Michal Hoftich
Michal Hoftich
Take a look at [Vim-Zettel](https://github.com/michal-h21/vim-zettel), which is a plugin that implements the [Zettelkasten method](https://zettelkasten.de/posts/overview/) on top of VimWiki. It can import a temporary file to wiki using vim -c ZettelCapture...
You can wrap HTML fragments in some dummy element to prevent parsing issues. I also think that you can process the text nodes for Markdown, so it should be possible...
Well, I don't know much about CommonMark and also how the Markdown package processes the document, so I am not sure what the best way is, so I cannot comment...
The problem is that this syntax is already included in TUG and CSTUG articles and also in my Youtube presentation from TUG. I've changed the code of `rmodepdf-htmltemplates.lua` to allow...
Before I publish it, do you have any additional ideas for transformation rules that I could add?
OK, I've uploaded a new LuaXML version to CTAN.
Hi Danielle, I only get the error with this command: `\sigma x`, used outside the math mode on line 23. I think it is an error, but you are right...
Ah, I can see it now. Try to add these definitions to your config file: ```latex \def\quad{\HCode{}} \Css{.quad{min-width: 2rem;display: inline-block;}} \def\qquad{\HCode{}} \Css{.qquad{min-width: 3rem;display: inline-block;}} \def\sigma{\HCode{σ}} ``` This will have an...
Ah, you shouldn't get that with the current TeX4ht code, but there was a bug that could lead to this. I fixed it a month ago.
If you use TeX Live, `tlmgr update --all` should suffice. The correct version of `mathjax-latex-4ht.4ht` (you can find the location using `kpsewhich mathjax-latex-4ht.4ht`) should be: % mathjax-latex-4ht.4ht (2024-09-27-09:25), generated from...