In one of my old posts, I had wrapped section numbers like "(2)"
in [b]
… [/b]
tags which used to render correctly.
Ie …
[b](2)[/b]
Now they do not. They render like …
b[/b]
REF: https://forums.sketchup.com/t/require-rubygems-in-sketchup/8799/4
Seems like the parens are interfering with the formatter. Any idea if that is a standard markdown thing or peculiar to discourse?
[b]foo[/b] and [b]2[/b]
come out as foo and 2
Weird. let me test …
b[/b]
… yea. this is a Discourse only thing.
But if I do …
[b]`(2)`[/b]
… it renders as …
(2)
And …
**(2)**
… renders fine as …
(2)
… so I’ll be editing that old post, I suppose.
system
Closed
4
This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.