mixu / markdown-styles

Markdown to static HTML generator and multiple CSS themes for Markdown
1.85k stars 250 forks source link

$" will be parsed to {{content}}quot; #11

Closed janpieper closed 9 years ago

janpieper commented 9 years ago

Markdown

This is a Test: $"

Expected result

This is a Test: $"

Actual result

This is a Test: {{content}}quot;
mixu commented 9 years ago

Just tested this on the newly released v2.0 branch, and since we're now using a proper templating engine (Handlebars), this case seems to pass correctly. Thanks for filing the issue!