It seems that the number of arguments with the lx_* function defined in utils.jl is hardcoded:
https://github.com/tlienart/Franklin.jl/blob/master/src/parser/latex/blocks.jl#L161
This makes it impossible to support multiple arguments in a latex command.
Though you provide a workaround here: #411 (comment)
\figure{path=“...”, alt=..., caption=“...”}
But this means one has to parse argument names and values by hand.
It seems that the number of arguments with the
lx_*function defined inutils.jlis hardcoded:https://github.com/tlienart/Franklin.jl/blob/master/src/parser/latex/blocks.jl#L161
This makes it impossible to support multiple arguments in a latex command.
Though you provide a workaround here: #411 (comment)
But this means one has to parse argument names and values by hand.