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

Alternate design for ##, ###, ...? #107

Closed
coreh opened this issue Jan 8, 2016 · 4 comments
Closed

Alternate design for ##, ###, ...? #107

coreh opened this issue Jan 8, 2016 · 4 comments

Comments

@coreh
Copy link

coreh commented Jan 8, 2016

Right now a sequence like ## is rendered as:

While technically correct (since it's essentially two # characters joined by the horizontal bars), on a quick glance it looks like there are three # signs, instead of two, because an extra # is visible in the middle.

I'd like to propose that the following alternative design be used for the ## sequence, with a joined vertical/diagonal bar in the middle:

I believe the longer sequences, like ### and #### would also greatly benefit from this design change, since right now (IMO) it's really hard to make up the number of # symbols on them at a glance:

Thoughts?

Edit: For reference, here's what their rendering would look like:

(I understand some adjustments need to be done to accommodate for the width, these are just crude mock ups)

@MadcapJake
Copy link

👍 Definitely more readable!

@tonsky
Copy link
Owner

tonsky commented Jan 9, 2016

Actually, quite a nice idea. I’ll try to include it to the next build

@vyp
Copy link

vyp commented Jan 9, 2016

It's good because you can just "count the number of boxes" to determine the number of hash characters.

@coreh
Copy link
Author

coreh commented Jan 11, 2016

Thanks for considering this 😄

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

4 participants