scribe/spec/classes
Edward Loveall f7ad92f4bf
Parsing Fix: Add H2 Paragraph type
The post id 34dead42a28 contained a new paragraph type: H2. Previously
the only known header types were H3 and H4. In this case, the paragraph
doesn't actually get rendered because it's the page title which is
removed from the page nodes (see commits 6baba803 and then fba87c10).
However, it somehow an author is able to get an H2 paragraph into the
page, it will display as an <h1> just as H3 displays as <h2> and H4
displays as <h3>.
2021-10-16 16:23:15 -04:00
..
embedded_converter_spec.cr Render embedded content 2021-09-15 15:18:08 -04:00
markup_converter_spec.cr Link to the author's page 2021-09-15 16:03:36 -04:00
page_converter_spec.cr Improve title parsing 2021-10-03 18:14:46 -04:00
paragraph_converter_spec.cr Parsing Fix: Add H2 Paragraph type 2021-10-16 16:23:15 -04:00