Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Headers not rendered properly #224

Open
Melodeiro opened this issue Oct 19, 2024 · 2 comments
Open

Headers not rendered properly #224

Melodeiro opened this issue Oct 19, 2024 · 2 comments

Comments

@Melodeiro
Copy link

Melodeiro commented Oct 19, 2024

About this issue

Consecutive headers aren't parsed properly. For example, github renders :

# H1
## H2
### H3
#### H4
##### H5

as

H1

H2

H3

H4

H5

Here is how this rendered in compose:
image

Also maybe header sizes are too big in my opinion, github sizes looks much better. H5 looks like H2 (considering that font size in compose is bigger than on github):
image

Btw if you want horizontal lines for H1 and H2 there is HorizontalDivider() in compose

@keta1
Copy link
Contributor

keta1 commented Oct 28, 2024

image image

I can't reproduce this issue, there are no parsing errors for consecutive headers

@mikepenz
Copy link
Owner

Thanks @keta1 for also looking into that.

@Melodeiro can you please provide an example? What version are you using?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants