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.