-
Notifications
You must be signed in to change notification settings - Fork 4
Fix escaped underscore \_ names to be displayed in escaped mode. #7
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
base: master
Are you sure you want to change the base?
Fix escaped underscore \_ names to be displayed in escaped mode. #7
Conversation
FlightControl-User
commented
May 23, 2018
- added a purename method that does the same as prettyname, but does not escape the text.
- added a purelinkto method that does the same as fulllinkto, but does not escape the linked text.
- documented.
Thx for the PR. I away from this part of the code since a long time, so let's try to re-put this in mind. The issue is about _ which is escaped in "link" and "prettyname". If I'm right I think we should not escape in fulllink and prettyname. Does it make sense ? |
I think it does. However, this may require changes in a lot of places. There's is another burning issue. Problems with the escaping in hyperlinks is one. But what about markdown that contains A2A_CARGO_DISPATCHER... |
I thought my idea will change less code.
I think this is a bug in markdown.lua library. |
I'll carefully evaluate your recommendation. But right now I wanna get that w3.css implemented. |