executablebooks / markdown-it-docutils

A markdown-it plugin for implementing docutils style roles/directives.
https://executablebooks.github.io/markdown-it-docutils/
MIT License
12 stars 8 forks source link

[FIX] admon titles can be longer than one word #47

Open tavin opened 1 year ago

tavin commented 1 year ago

This fixes truncation of the title after the 1st word:

::: {admonition} My title
Hello
:::

image