xxsimoxx/codepotent-update-manager

Strange look in View Details

xxsimoxx opened this issue · 2 comments

Description

Too many space when using H2 (##)
Naming the section "FAQ" results in the word "faq" to be displayed.
You can see those in the screenshots.

Steps to Reproduce

  1. Use the plugin-details.txt in a plugin

plugin-details.txt

Screenshots

Schermata 2020-01-10 alle 15 59 54

Schermata 2020-01-10 alle 16 02 50

Additional Context

I can not understand if it is about Parsedown, but I've tried the latest beta and there is no difference.

Really not important!

It's actually a core thing... I've been unable to determine what the spacing is accounting for. Due to this, I did not "correct" it since it wasn't clear if it might break something else.

The "solution" here is to not use the markdown for h2 tags. The way I've done my own listings is to use h1's at the top of each view...and to use h3/h4/h5/ under that when I need subsections.

For Description view, I used only the h1

image

Other views use h1 at the and h3/h4/h5 under that (if needed):

image

Same solution I've used! Thank you for checking!