Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 531 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 531 Bytes

markdown.github.com

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.