jbake-org / jbake

Java based open source static site/blog generator for developers & designers.
http://jbake.org
MIT License
1.13k stars 326 forks source link

flexmark wikilinks options #470

Open auniverseaway opened 6 years ago

auniverseaway commented 6 years ago

Is there a way to add the additional options for flexmark's wikilinks extention?

Using wikilinks works as expected, but I'm not able to figure out how I can prepend the html extension.

Any help is greatly appreciated. Flexmark's wikilinks docs are below.

https://github.com/vsch/flexmark-java/wiki/Extensions#wikilinks

jonbullock commented 6 years ago

No not at present, the code here would need to be updated to support the additional options for the Wikilinks extension, or ideally support for all the options of the various extensions Flexmark supports.

rwalkerands commented 2 years ago

Just started to use jbake, and the WIKILINKS option immediately stands out as an option I might want to use ... but I can't see how to make it workable without being able to set LINK_FILE_EXTENSION=".html" or otherwise configure (as mentioned at https://github.com/vsch/flexmark-java/wiki/Extensions#wikilinks) a "custom link resolver".