bradleytaunt / eleventy-taunt

Custom 11ty portfolio theme for designer & developer blogs.
https://taunt11ty.netlify.com
MIT License
19 stars 3 forks source link

markdown-it plugins #2

Closed MayanMisfit closed 5 years ago

MayanMisfit commented 5 years ago

HI, how do you install plugins? is it directly into the nodjs folder or do they need to go into the markdown-it folder?

bradleytaunt commented 5 years ago

This theme just uses the default 11ty structure of adding / implementing plugins (npm). The best place to check out more on using plugins within 11ty can be found here:

https://www.11ty.io/docs/plugins/#adding-a-plugin

Hope this helps!