We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
0.14.8
var p = new MarkdownPipelineBuilder() .UseSmartyPants() .Build(); var html = Markdown.ToHtml("\"aaa\" - \"bbb\" - \"ccc\" - \"ddd\"", p);
html is <p>“aaa” - "bbb" - “ccc” - "ddd"</p>
html
<p>“aaa” - "bbb" - “ccc” - "ddd"</p>
Note the alternation of ldquo-rdquo and quot-quot
ldquo-rdquo
quot-quot
The text was updated successfully, but these errors were encountered:
I've found this too, but weirdly, it's alternating "sets" of quotes:
You spend a lot of time saying things like, “Where in the world did all of this come from?” and "I don’t even remember this" and “Who put this here?”
Three quoted phrases. The middle one ("I don't even remember this") retains straight quotes, while the other two have their quotes replaced.
Sorry, something went wrong.
Add SmartyPants tests for xoofx#183
ee8c87c
Successfully merging a pull request may close this issue.
0.14.8
html
is<p>“aaa” - "bbb" - “ccc” - "ddd"</p>
Note the alternation of
ldquo-rdquo
andquot-quot
The text was updated successfully, but these errors were encountered: