Microdown icon indicating copy to clipboard operation
Microdown copied to clipboard

PRPillarConverter: CodeBlock arguments should be converted too

Open Ducasse opened this issue 3 years ago • 1 comments

[[[example=true|caption=Sending ==factorial== to ==20== yields a large number.
20 factorial
>>> 2432902008176640000
]]]

produces the following

 ```example=true&caption=Sending ==factorial== to ==20== yields a large number.
20 factorial
>>> 2432902008176640000

While it should produce

```example=true&caption=Sending factorial to 20 yields a large number. 20 factorial

2432902008176640000

And probably the same for bold or other markup

Ducasse avatar May 21 '22 09:05 Ducasse

I have checked where the problem was and it's in the PRMicrodownWriter on Pillar so i made a PR for that

DelGaylord avatar May 24 '22 13:05 DelGaylord