Microdown
Microdown copied to clipboard
Latex visitor do not format link text
The test for embedded bold is wrong.
testLinkBold
self writeFor: factory linkBoldSample.
self assert: writer contents equals: newLine ,
'\href{/anUrl}{**Foo**}\footnotesize{\url{/anUrl}}', newLine
The expected output should not be the source markup, but latex \href{/anUrl}{\textbf{Foo}}\footnotesize{\url{/anUrl}}.
I will fix it as part of the inner parser rewrite.
Indeed.