modify internal .md links to .html, after_render:html filter doesn't exist anymore, using now after_post_render
properly modify urls for local dev (I didn't find any json file to transform, so removed that code)
If you want to test:
cp _config.local.yml.dist _config.local.yml
npm run dev
http://localhost:4000/blog/screenshot/
Anime UI example link is local
remove unused toc transform, first this wasn't an issue anymore, it was used on two pages and did nothing, we have table-of-contents div that's working on all pages
This closes #541 @dmarcos