@mavrin/remark-typograf
Version:
Plugin for remark to make your typography better with typograf
52 lines (29 loc) • 1.13 kB
Markdown
- fix case when inline code link lead after the comma
- add support remark@13
- update dependencies
update dev dependencies
fix case with inline code
use visit method instead of own tree walker
use files section in package.json instead of .npmignore
Fix case with mark and punctuation. Before the fix, plugin add an unnecessary comma.
```
**Categories,** а у родительского тега // original markdonw
**Categories,**, а у родительского тега // before the fix
**Categories,** а у родительского тега // after the fix
```
Fix readme
Add `keywords` config. Strings from this config will be not typografed.
Now typograf is built-in to plugin. Also was added remark-cli support.
Plugin use builtIn typograf. If you want use custom typograf set `builtIn`option to false.
Initial version.