We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
<<!
When I use Clay to eval the top-level expression (k/md "TEST! <<! TEST2") then it works just fine. But if I instead insert the same code at line 46 of https://github.com/scicloj/wolframite/blob/b9172d54999031e7259758a4a86764ad1c80a5c8/notebooks/advanced/packages.clj and try to render the whole file, then it turns into
(k/md "TEST! <<! TEST2")
<p>TEST! <<!-- TEST2</p--></p>
I've tried to replace a part with <<! but got the same result.
<<!
The text was updated successfully, but these errors were encountered:
Thanks, @holyjak!
We should look into that.
For now, if this blocks your work on Wolframite, you may try adding a postprocessing function that would fix the broken HTML.
See the :post-process example in the Clay API examples.
:post-process
Sorry, something went wrong.
No branches or pull requests
When I use Clay to eval the top-level expression
(k/md "TEST! <<! TEST2")
then it works just fine. But if I instead insert the same code at line 46 of https://github.com/scicloj/wolframite/blob/b9172d54999031e7259758a4a86764ad1c80a5c8/notebooks/advanced/packages.clj and try to render the whole file, then it turns intoI've tried to replace a part with
<<!
but got the same result.The text was updated successfully, but these errors were encountered: