scribe/src
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
..
actions Support medium's redirectUrl query param 2021-10-11 12:04:17 -04:00
classes Parsing Fix: Add H2 Paragraph type 2021-10-16 16:23:15 -04:00
clients Render embedded content 2021-09-15 15:18:08 -04:00
components Parsing Fix: Add H2 Paragraph type 2021-10-16 16:23:15 -04:00
css Ensure gists display well at all device widths 2021-10-11 20:09:58 -04:00
emails Initial app 2021-05-01 17:03:38 -04:00
js Initial app 2021-05-01 17:03:38 -04:00
models Parsing Fix: Add H2 Paragraph type 2021-10-16 16:23:15 -04:00
operations Initial app 2021-05-01 17:03:38 -04:00
pages Further improve proposed pattern for Redirector 2021-10-15 08:55:26 -04:00
queries Initial app 2021-05-01 17:03:38 -04:00
serializers Initial app 2021-05-01 17:03:38 -04:00
app.cr First step rendering a page 2021-07-04 16:28:03 -04:00
app_database.cr Initial app 2021-05-01 17:03:38 -04:00
app_server.cr Initial app 2021-05-01 17:03:38 -04:00
constants.cr First step rendering a page 2021-07-04 16:28:03 -04:00
scribe.cr Initial app 2021-05-01 17:03:38 -04:00
shards.cr Render embedded content 2021-09-15 15:18:08 -04:00
start_server.cr Initial app 2021-05-01 17:03:38 -04:00