mirror of
https://github.com/jgm/pandoc.git
synced 2026-07-11 20:07:22 +00:00
add83e8169
If the `four_space_rule` extension is not enabled, figure out the indentation needed for child blocks dynamically, by looking at the first nonspace content after the `:` marker. Previously the four-space rule was always obeyed. Remove the old `compact_definition_lists` extension. This was neded to preserve backwards compatibility after pandoc 1.12 was released, but at this point we can get rid of it. T.P.Extensions: remove `Ext_compact_definition_lists` constructor for `Extension` [API change]. Fix tight/loose detection for definition lists, to conform to the documentation. Closes #10889.
115 B
115 B
% pandoc
apple
: pomaceous
fruit
^D
<dl>
<dt>apple</dt>
<dd>
<p>pomaceous</p>
<p>fruit</p>
</dd>
</dl>