You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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):
Btw if you want horizontal lines for H1 and H2 there is HorizontalDivider() in compose
The text was updated successfully, but these errors were encountered:
About this issue
Consecutive headers aren't parsed properly. For example, github renders :
as
H1
H2
H3
H4
H5
Here is how this rendered in compose:
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):
Btw if you want horizontal lines for H1 and H2 there is
HorizontalDivider()
in composeThe text was updated successfully, but these errors were encountered: