scribe/spec
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
..
classes Parsing Fix: Add H2 Paragraph type 2021-10-16 16:23:15 -04:00
components Parsing Fix: Add H2 Paragraph type 2021-10-16 16:23:15 -04:00
flows Initial app 2021-05-01 17:03:38 -04:00
models Render embedded content 2021-09-15 15:18:08 -04:00
requests/articles Support medium's redirectUrl query param 2021-10-11 12:04:17 -04:00
setup Initial app 2021-05-01 17:03:38 -04:00
support Accept all known medium post path types 2021-10-03 16:45:20 -04:00
spec_helper.cr Initial app 2021-05-01 17:03:38 -04:00