mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-06 21:36:15 +00:00
Definition list output #80
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @daveaglick on GitHub (Jan 9, 2017).
Just curious what the thought is behind the definition list syntax borrowed from PHP Markdown doesn't output the semantic
<dl><dt></dt><dd></dd></dl>HTML markup and instead outputs a custom set of markup inside a<p>element? Not sure either approach is better than the other, but the former is easier to style with CSS if nothing else (and libraries like Bootstrap already have element styles to support it).