Skip to content

module_markdown

Wesley De Groot edited this page Oct 2, 2015 · 6 revisions
            	     _    _____ 
        	        | |  / ____|
    	            | |  | (___  
	            _   | |  \___  \ 
 ______    _   | |__| |  ____) |
|______|  (_)   \____/  |______/ 

Plugin: Markdown

How to use:

<script type="text/javascript">
  _().require("_markdown", function(){ 
    _('.myMarkDown').markdown(); 
  });
</script>

Because it's a built in module _ you don't need the file on your server

Pro tip: never make own modules starting with a _, those modules will not load

Function list

Clone this wiki locally