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

Enhancement proposal: Improve markdown headers #3279

Open
FranzMartyn opened this issue Sep 13, 2024 · 2 comments
Open

Enhancement proposal: Improve markdown headers #3279

FranzMartyn opened this issue Sep 13, 2024 · 2 comments

Comments

@FranzMartyn
Copy link

This markdown:

**Bold**

# Header 1

## Header 2

### Header 3

#### Header 4

would generate this in Codewars:

image

Meanwhile GitHub's markdown generates this:

Bold

Header 1

Header 2

Header 3

Header 4


I don't like how there is basically no difference between all of the headers.

Note that the renderer of Codewars' fullscreen markdown editor is (in my opinion, a little bit) better:

image

@hobovsky
Copy link

hobovsky commented Sep 13, 2024

I think that the "bad" version is only in Discourse posts? Why would discourse posts need headers? I think that in kata descriptions and kumite descriptions, the headers are rendered with more variety?

@FranzMartyn
Copy link
Author

I mean I wanted to use Headers in a discourse here to tell reviewers what I changed from the original translation

image

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

No branches or pull requests

2 participants