aboutsummaryrefslogtreecommitdiffstats
path: root/tests/extensions/admonition.txt
Commit message (Collapse)AuthorAgeFilesLines
* Add the possibility to set additional classesWhiteWinterWolf2018-07-241-0/+8
| | | | | | | | | | | | | | | | | Additional CSS classes names can be appended to the admonition name using spaces as separators. The following markdown: !!! note floatright This is a floating note. Generates the following HTML code: <div class="admonition note floatright"> <p class="admonition-title">Note</p> <p>This is a floating note.</p> </div>
* Loosen whitespace requirements for admonitions.Waylan Limberg2017-03-051-0/+8
| | | | | | | Also consume to the end of the first line of any admonition. Everything after the title is discarded. However, the only thing that will match should be whitespace so it should be a non-issue. Fixes #550.
* 100% test coverage of admonitionsWaylan Limberg2014-07-101-0/+1
|
* Allow capitalized Admonition title.Waylan Limberg2013-02-121-1/+1
| | | | | If an adminition title is capitalized, the html class on the div should still be lowercased.
* More tests for the extension and new tests for the RE. It's now possible to ↵Tiago Serafim2012-09-191-0/+11
| | | | use an explicit blank title to not have the <p> tag with the title rendered.
* Initial version with insufficient tests and no docs.Tiago Serafim2012-09-021-0/+17