-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
fix: no markdown support for underline #2072 #2073
Conversation
2 things to improve:
|
Thanks @NGPixel for the comments. I didn't use the library I mentioned in the issue as it will conflict with the current behavior of About the toggle, I will add it |
Done, can you please review? |
Just not a fan of including an npm module with no public source available. I think it would be more convenient and intuitive to use the |
Ok, but itwill collide with current behavior causing change of ui for existing pages. If you are ok with it, I will be happy to do it |
That's fine. It's an optional feature that can be turned off and almost everyone is using the |
@NGPixel I fixed it like you suggested, but I found myself duplicating the plugin code in both server and client. Is there a better way for it? (using the npm package is one way but you said you prefer not to) |
Yeah it's not ideal for now, but the goal is to use the server pipeline in the future, eliminating the need to duplicate everything on the client. |
Thanks for the review and merge! |
* fix: no markdown support for underline requarks#2072
fix: #2072
Add support for underline in markdown by using
++underline++
.This fix will also show up in the editor