dauxio / daux.io

Daux.io is an documentation generator that uses a simple folder structure and Markdown files to create custom documentation on the fly. It helps you create great looking documentation in a developer friendly way.

Home Page:https://daux.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add content containers (markdown extension)

aedart opened this issue · comments

It would be really nice being able to use "content containers", similar to those available in vuepress. Authors are then able to highlight specific content, and thereby increasing the chance that readers are made aware of specific information, e.g. warnings or tips.

I'm pretty sure that this isn't a part of any markdown standard. Yet I do not believe that it will decrease the readability of the source markdown file, provided that a similar easy syntax is used, as that from vuepress.

Hi, this is a very interesting feature, I'll have a look if such an extension exists.
If not I'll try to figure out how to implement it.

Can't give a deadline though

It is part of the python markdown standard extensions: https://python-markdown.github.io/extensions/admonition/ and it would be great, if this could be included into daux too.

BTW: implementing footnotes would be nice too.

I just implemented this feature in the master branch.

Works for both HTML and Confluence rendering

I will add some tests and release it soon after