Syntax editor: initial support for string literals

Also a bug fix when switching to editor, although this still messes up
when using the letters grammar.
Also updated readme with options, and some style improvements.
This commit is contained in:
john.j.camilleri
2013-01-11 15:33:17 +00:00
parent 5dfca98088
commit 776539803d
7 changed files with 161 additions and 107 deletions

View File

@@ -1,2 +1,2 @@
html:
pandoc --from=markdown --to=html5 --parse-raw --output=about.html README.md
pandoc --from=markdown+pipe_tables --to=html --output=about.html README.md