diff options
author | elijah <elijah@riseup.net> | 2013-03-12 00:51:56 -0700 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2013-03-12 00:51:56 -0700 |
commit | 003d33c565a4363504a5a4fb7c4c1a711566371f (patch) | |
tree | d7bc70e5402b275b8da6139e20f5ff25e40a86a9 | |
parent | 5ef7ba63b5b57147740641d3065fdce8d1eac4d9 (diff) |
updated readme
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -42,6 +42,11 @@ Depending the the file extension, the file with be parsed like so: Markdown is rendered using RDiscount, Textile is rendered using RedCloth, and RST is rendered using docutils. Markdown is recommended, because it supports table of contents, although the markup is limited. +There are a couple options to preview your source files without needing to run the web server: + +* Markdown preview for Chrome: https://chrome.google.com/webstore/detail/markdown-preview/jmchmkecamhbiokiopfpnfgbidieafmd +* Markdown preview for Sublime: https://github.com/revolunet/sublimetext-markdown-preview + Setting page properties --------------------------------- |