Tony Brix
Tony Brix
Closing as stale. The workaround provided seems sufficient.
closing as stale. I don't think we will change the behavior of baseUrl
@azmy60 ya you can take any that you think you can help with
@xieyuheng would you like to work on adding it to marked? PRs are always welcome 😁👍 This is open source software so anyone can work on adding footnotes in marked....
Ya go ahead. Thanks!
I'm going to close this since there is an extension created
It seems like marked actually renders this the same as GitHub: ``` |**Meaning**|Main axis| |---|---| |**Values**|`row | row-reverse | column | column-reverse`| ``` |**Meaning**|Main axis| |---|---| |**Values**|`row | row-reverse |...
@huaichaow ya I think the preprocess and postprocess hooks would be the most beneficial I'll start with just those. I'll try to get a PR for that this week.
@huaichaow I'm not completely done with it but #2730 is what I am thinking. Feel free to review it and leave comments.
The https://github.com/markedjs/marked-gfm-heading-id extension uses github-slugger to create the ids so it should be much closer to github. I think the small implementation we have in marked is good enough for...