You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to find alternatives to kramdown right now because I have some
odd problem with it - can't use it in .cgi scripts for instance. No clue why.
The documentation claims Redcarpet is easy to use. But I can not copy/paste
the example as-is. It tells me I need to pass a renderer but what is that even?
It is not clear from the documentation.
Could someone please add a simple example how to evaluate the markdown
from an existing .md file? In general all the "this is simple to use" would be
better served by replacing all such cases with specific examples. Now I
have to look at some other files in order to find out how to do this.
I am trying to find alternatives to kramdown right now because I have some
odd problem with it - can't use it in .cgi scripts for instance. No clue why.
So redcarpet seemed like an alternative.
The documentation has this:
The documentation claims Redcarpet is easy to use. But I can not copy/paste
the example as-is. It tells me I need to pass a renderer but what is that even?
It is not clear from the documentation.
Could someone please add a simple example how to evaluate the markdown
from an existing .md file? In general all the "this is simple to use" would be
better served by replacing all such cases with specific examples. Now I
have to look at some other files in order to find out how to do this.
kramdown on the other hand makes this super easy:
The text was updated successfully, but these errors were encountered: