arielsalminen / vue-design-system

An open source tool for building UI Design Systems with Vue.js
https://vueds.com
MIT License
2.17k stars 225 forks source link

Use alternative lang for docs markup? #169

Open drbarto opened 5 years ago

drbarto commented 5 years ago

Is it possible to use a different language than jsx for writing the docs of an Element? We use pug in our project, and I already managed to get the template part working (by using pug-plain-loader in webpack.base.conf.js), so I can write <template lang="pug">. However, I cannot do the same for the docs at the bottom of an Element file.

Thanks! Martin