wzpan / hexo-tag-bootstrap

Bootstrap tag plugins for Freemind.
MIT License
26 stars 8 forks source link

Bootstrap 4 and more controls #7

Closed corinis closed 6 years ago

corinis commented 6 years ago

I adjusted the code to correctly render the content and adjusted it so it works with bootstrap4.

New controls added:

Also added support for bootstrap grid by adding

wzpan commented 6 years ago

@corinis It's there anyway to remove the dependency of marked so as to make these four plugins work on any other renderers?

corinis commented 6 years ago

i inject into the markdown editor because I need to be able to adjust the html output especially for the crd control. I am guessing that markdown-it is extensible as well, so that the renderer for the inline html can be adjusted. Worst case would be to disable these controls if no appropriate renderer is available