nicoco
nj 21 posts
|
#14159
Wiki feedback: Broken urls with parentheses, code line numbering request 2 months, 3 weeks ago Edited by nj on Jan. 29, 2018, 4:18 p.m. Reason: Initial post
While testing a new article to see how the markup goes, I encountered a url containing parentheses, the results were buggy:
![]() And to my request, I'd like to ask for an option to continue code blocks, so the writer will have an option to insert commentary in the middle of a block. An example:
As we saw, stuff happened there, but to solve that kind of stuff, we'll need some other stuff:
|
ChronalDragon
Andrew Chronister 198 posts
2 projects
Developer, administrator, and style wrangler |
#14188
Wiki feedback: Broken urls with parentheses, code line numbering request 2 months, 3 weeks ago Edited by Andrew Chronister on Feb. 2, 2018, 2:33 a.m.
This isn't a bug but a limitation of markdown's URL format. There are [a few ways around it][1], most of which are supported in our markdown flavor
[1]: https://meta.stackexchange.com/qu...ks-to-urls-containing-parentheses (if this post were markdown, the text "a few ways around it" would render as a link to the above url) As for the latter, this is possible but will require some inventive syntax. I'll consider it for a future update to the wiki system. |