[ ] Add transliteration feature by default, see #45 , #50, #63, #64
[ ] Change the relative option to default to false or remove it altogether, see #39. Root-relative URL's are the way to go. If more flexibility is needed one can create a custom markdown renderer that alters link values. The reason of existence for the relative option given in #10 is too weak compared to its drawbacks. This use case should be tested before making a final call (unit test)
relative
option to default tofalse
or remove it altogether, see #39. Root-relative URL's are the way to go. If more flexibility is needed one can create a custom markdown renderer that alters link values. The reason of existence for therelative
option given in #10 is too weak compared to its drawbacks. This use case should be tested before making a final call (unit test)