Vladimir Schneider

vsch ·

vsch/flexmark-java

Hooks into wikilinks extension rendering?

You should not use relative links for your href. The About page is really at not . When you create the relative link for a page at the browser sees it as located in so any relative links in that page will be relative to the page directory. Hence you s...

vsch/flexmark-java

Set content of html blocks

question

@eikek, yes the cause is the same. You can get around it for now by setting the Parser.BLANK_LINES_IN_AST option. Which is how the Formatter was tested. However this causes extra blank lines in Markdown to be preserved.

The fix will not require blank lin...

vsch/flexmark-java

Replace all link targets in markdown ast

question

@eikek, repo updated, maven update in progress. Sample for changing URLs and output using formatter: FormatterWithMods.java