remark-capitalize
remark-capitalize copied to clipboard
Transform all markdown titles with title.sh
👋 I've added support for options in the plugin, but passing options is of course optional, not passing any doesn't break things! I've tested it with both markdown (through [unified](https://github.com/unifiedjs/unified))...
I'm not sure if this is the right way to do it, but this adds another layer of function to add support for `title` options. Closes #3
Hi! remark is switching to a new parser internally ([micromark](https://github.com/micromark/micromark), see [`remarkjs/remark#536`](https://github.com/remarkjs/remark/pull/536) for more info). From a quick glance at the code, it seems this plugin should be fine. However,...
I have a couple of words I want to special-case (e.g. "CSS-in-JS"), but cannot when using this plugin since it does not accept any options.