If anyone has a way to fix this/alternate lib, please let me know!
It is not js compatible (I tried making an api, and it was slow)
What is it? Not compatible or slow?
It only supports nim highlighting, not other popular languages
Not true.
This one might not be related, but i can’t figure out how to capture the warnings it produces.
There is some callback mechanism for that.
What is it? Not compatible or slow?
The c version is slow-ish (2s) and it just straight up does not compile to js. (The compilation issue is that something in rstgen uses stdout.
Not true.
I tried it with python, and it said “py” was not a registered language or smth
Hmmm, the naming is very odd, I have never seen capitalized names in any sort of markup/special text format. If I am forced to do the api thing, I will have to manually capitalize these unless I can change the array.
Note the problems are ordered from greatest to least.
Should be code above, no code above.
More broken RST:
============================================
ReStructuredText (rst): plain text markup
============================================
hello world
When I use it somehow turns into:
<p>Hello world</p>
Can someone please tell me how to configure this to actually work?
Test:
if True:
print "hi"
Works for me.
When I use it somehow turns into
The === thing === is turned into the document's title, iirc.
In my case that is sub-optimal, how would I change that? Also, I found your example works, by my simple print("Hello World") does not, is there a reason for this?