-
# Summary
Automatically convert quotes, apostrophes and dashes to their typographically correct counterpart.
Preferably, use the well-established smartypants library for this:
https://www.npmjs.com…
-
Do you have any intention of including SmartyPants in this bundle?
-
You may want to eventually install [this python-markdown extension](https://pypi.python.org/pypi/mdx_smartypants/1.5.1) to make nicer typographical quotation marks, em-dashes, etc., in the rendered HT…
-
voir smartypants
-
- http://daringfireball.net/projects/smartypants/
- https://github.com/vmg/redcarpet#also-now-our-pants-are-much-smarter
cebe updated
10 years ago
-
When I am parsing 64 Markdown articles with Python-Markdown, it was taking a little bit over 4 seconds, 3.1 of which was from the SmartyPants extension. It's so much slower than any other extension. N…
-
https://github.com/silvenon/remark-smartypants
Smartypants automatically translates straight quotes ( " and ' ) into “curly” quote HTML entities
Consider doing this "in-house" if simple enough t…
-
Since Smartypants and Quote are incompatible, it makes sense to me that the pref pane not allow you to click both. When one is selected, the other should automatically unselect.
-
Quotes are **always** changed into typographer's quotes, no matter whether the Smartypants option is activated or not. I have to change the corresponding settings in the system preferences to get stra…
C8-DO updated
6 years ago
-
I found a possible bug, I think.
Please feel free to close it if I wrong.
Btw: Amazing library 👏
Example input
```html
This breaks everything
```
Fail
```ruby
text = "This break…