Skip to content

markdown/markdown.github.com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

markdown.github.io

This is an effort to document the current status of Markdown by and for the community.

Jekyll

This branch uses jekyll to generate the website. You can install it by following the instructions at the jekyll repository on GitHub.

To run the website locally, run

jekyll serve --watch

It will recompile the website as you save files and serve them on http://localhost:4000.

Note that the configuration currently uses the rdiscount Markdown processor.