wagtail / wagtail.org

Wagtail’s official marketing website
https://wagtail.org/
66 stars 60 forks source link

Apply richtext styles to markdown blocks and improve spacing of markdown/code blocks #464

Closed kbayliss closed 6 months ago

kbayliss commented 6 months ago

This MR will:

  1. Apply the same rich text styles applied to RichTextBlock to MarkDownBlock, which fixes display issues of ul and makes other elements display consistently within MarkDownBlocks.
  2. Standardise the spacing of code blocks within MarkDownBlock and CodeBlock

Screenshots

Both "Before" and "After" screenshots below are taken using the same StreamField which uses two approaches to achieve the same content:

Streamfield

Before

Before

After

After