jemdoc
jemdoc copied to clipboard
Light text markup for creating websites
I recently noticed that the project website http://jemdoc.jaboc.net/ goes invalid. The webpage is now linking to some scam advertisement.
I have had use for centered images using jemdoc, so I added a feature to my fork. Please consider to merge this into yours, as I image more people will...
need
Thanks for writing this great tool. Here are some minor issues I encountered when I tried to run a example. * It will great to include a download link for...
Let's say we want to jemdoc the file, bug.jemdoc, which contains an instance of includeraw. There is no whitespace / newline after the #includeraw{patent.html}. When jemdocing this file, an error...
I've made it so that if you start a link with \\/, it opens it in a new tab. I've done this by adding the lines ``` if link[:2] ==...
Hi! I'm building a WebSite with jemdoc, and I want to put a codeblock inside a list. I tried this: ``` . Some text ~~~ {}{} Some Code ~~~ ....
``` ~~~ {}{c++} //
I find that there is only a 2-level directory on the left sidebar. Can I use multi-level, such as a 3-level directory? In another words, now the left sidebar looks...
From a user: > When the script generates latex equations, the default folder is eqs/ in the directory where the script is run rather than the directory where the html...