dineshsonachalam/markdown-autodocs

[Feature Request] Support More Markdown Features such as list

Closed this issue · 1 comments

Suport <ul> and <ol> Lists

- item1
- item2
  - item2-A
  - item2-B
1. item1
2. item2
  1. item2-A
  2. item2-B

Support <dl> <dt> <dd>

<dl>
    <dt>Beast of Bodmin</dt>
    <dd>A large feline inhabiting Bodmin Moor.</dd>

    <dt>Morgawr</dt>
    <dd>A sea serpent.</dd>

    <dt>Owlman</dt>
    <dd>A giant owl-like creature.</dd>
</dl>

In fact, If more and more features, I think this project will be very similar to template engines like pug, ejs, etc.

Or in a sense, this is also a SSG(static site generator).

It's too heavy.

So, i close this issue. 🍔