Slides Core Plugin - Fix Heading Level Formatting

Steps to reproduce

  1. Turn on Slides core plugin
  2. Create a new note
  3. Build Slides presentation using the --- line breaks
  4. In a slide, input each of the markdown heading levels
  5. Run the presentation

Did you follow the troubleshooting guide? [Y/N]

Yep. Happens in restricted.

Expected result

Gradually descending text sizes

Actual result

Heading level 5 should appear larger than heading level 4. (See attached screenshot) Based on what I’m seeing, level 4 and 6 appear to be formatted the same.

Environment

N/A


Additional information

# Heading 1
## Heading 2
### Heading 3
#### Heading 4
##### Heading 5
###### Heading 6

produces:

thanks