pandoc/test/Tests
Albert Krewinkel 1843a8793a
HTML writer: keep attributes from code nested below pre tag.
If a code block is defined with `<pre><code
class="language-x">…</code></pre>`, where the `<pre>` element has no
attributes, then the attributes from the `<code>` element are used
instead. Any leading `language-` prefix is dropped in the code's *class*
attribute are dropped to improve syntax highlighting.

Closes: #7221
2021-05-17 18:08:02 +02:00
..
Lua Lua: add module "pandoc.path" 2021-02-02 21:04:30 -08:00
Readers HTML writer: keep attributes from code nested below pre tag. 2021-05-17 18:08:02 +02:00
Writers HTML writer: ensure headings only have valid attribs in HTML4 2021-05-17 15:42:15 +02:00
Command.hs Tests: Use getExecutablePath from base... 2021-03-19 23:35:47 -07:00
Helpers.hs Tests: factor out setupEnvironment in Test.Helpers. 2021-03-19 21:17:13 -07:00
Lua.hs Avoid unnecessary use of NoImplicitPrelude pragma (#7089) 2021-02-07 10:02:35 -08:00
Old.hs Tests: Use getExecutablePath from base... 2021-03-19 23:35:47 -07:00
Shared.hs Avoid unnecessary use of NoImplicitPrelude pragma (#7089) 2021-02-07 10:02:35 -08:00