sander76 / markdown-columns

Column layout in markdown
3 stars 0 forks source link

mkdocs #1

Open berot3 opened 5 years ago

berot3 commented 5 years ago

Hi! question: Can I use this in mkdocs? I am looking for an extension that provides columns in mkdocs...

sander76 commented 5 years ago

Yes you can. I am using it myself. I must admit I am not sure whether it all works as I described in the readme. But it probably mostly will. So you'll need to do a bit of experimentation. PR's are more than welcome !

Sander.

berot3 commented 5 years ago

Right, thanks. But how did you add this?

I am not sure where to put the extension inside of mkdocs

from md_columns import CssColumnsExtension

markdown.Markdown(extensions=[CssColumnsExtension()])

Usually mkdocs-extension are added to the mkdocs.yml.

sander76 commented 5 years ago

@berot3 I just updated the readme. Have a look there. Please let me know if it works.