Microdown icon indicating copy to clipboard operation
Microdown copied to clipboard

Latex visitor do not format link text

Open kasperosterbye opened this issue 3 years ago • 1 comments

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.

kasperosterbye avatar Nov 03 '22 06:11 kasperosterbye

Indeed.

Ducasse avatar Nov 10 '22 21:11 Ducasse