Skip to content

Instantly share code, notes, and snippets.

@DivineDominion
Created April 22, 2021 10:13
Show Gist options
  • Save DivineDominion/83feb20f7a1fa059b915d6e5c412e1b9 to your computer and use it in GitHub Desktop.
Save DivineDominion/83feb20f7a1fa059b915d6e5c412e1b9 to your computer and use it in GitHub Desktop.
Kramdown GFM Parser extension for [[wikilinks]]
@DivineDominion
Copy link
Author

DivineDominion commented Aug 23, 2022

@rathboma I think no; but I'd be happy if you find a better way :) The table parser is block-level, the wikilink parser span level. You'd need to add a block level parser that detect a non-table block with wikilink inside and then prevent the table, maybe 🤔

@rathboma
Copy link

Fair enough! FYI I got this working. It's great. thank you for posting!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment