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

bug: no markdown support for underline #2072

Closed
regevbr opened this issue Jun 17, 2020 · 0 comments · Fixed by #2073
Closed

bug: no markdown support for underline #2072

regevbr opened this issue Jun 17, 2020 · 0 comments · Fixed by #2073
Assignees
Labels
editors Editors related issues enhancement

Comments

@regevbr
Copy link
Contributor

regevbr commented Jun 17, 2020

There is currently no markdown way to add an underline.
The solution is to use html syntax

<u>underline</u>

I think we should add support for underline parsing. The issue is that underline is usually achieved by __underline__ but markdown-it treats it as bold...
We need to think of another way to declare underline (maybe ____) and add a plugin for it
@NGPixel what do you think?

regevbr added a commit to PruvoNet/wiki that referenced this issue Jun 17, 2020
regevbr added a commit to PruvoNet/wiki that referenced this issue Jun 18, 2020
regevbr added a commit to PruvoNet/wiki that referenced this issue Jun 18, 2020
regevbr added a commit to PruvoNet/wiki that referenced this issue Jun 18, 2020
@NGPixel NGPixel added editors Editors related issues enhancement labels Jun 18, 2020
regevbr added a commit to PruvoNet/wiki that referenced this issue Jun 18, 2020
NGPixel pushed a commit that referenced this issue Jun 18, 2020
* fix: no markdown support for underline #2072
jionggyu pushed a commit to jionggyu/wiki-2.5.302-patch that referenced this issue Jul 9, 2024
* fix: no markdown support for underline requarks#2072
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
editors Editors related issues enhancement
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants