clay icon indicating copy to clipboard operation
clay copied to clipboard

full latex support

Open daslu opened this issue 1 year ago • 1 comments

At the moment, you can have LaTeX in markdown, and it will work if you render through Quarto. https://scicloj.github.io/clay/#markdown

Here, markdown means both comments (;;) and kind/md.

But when kind/md is nested in other kinds (e.g., kind/hiccup or kind/table) it will not work at the moment, since it goes through a different rendering pathway.

The support in direct HTML (when not rendering through Quarto) was dropped at some point. We should eventually bring it back.

daslu avatar Jan 20 '24 14:01 daslu

Updating the description above: kind/md does work (in Quarto) when nested inside kind/table.

The other limitations still hold.

daslu avatar Mar 30 '24 08:03 daslu