Skip to content

module_markdown

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

Module: 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

Pro tip #2: You don't need to use .js (for in/external modules)

[Module list](https://github.com/wesdegroot/_.js/wiki/module list)

Clone this wiki locally