Microdown
Microdown copied to clipboard
PRPillarConverter: CodeBlock arguments should be converted too
[[[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
I have checked where the problem was and it's in the PRMicrodownWriter on Pillar so i made a PR for that