Remove footnotes from og:description#529
Remove footnotes from og:description#529TristanCacqueray wants to merge 12 commits intosrid:masterfrom
og:description#529Conversation
This change remove any footnotes from the og:description header.
|
I'm sure there is a better way to filter the pandoc ast, but that fixes my issue. |
og:description
og:descriptionog:description
srid
left a comment
There was a problem hiding this comment.
@TristanCacqueray I think it is better to fix it at the source itself, so whoever calls this function will benefit:
What do you think?
|
Sure, thanks, that's much better! |
|
@TristanCacqueray Have you tested it to work? Because it is not working for me:
|
|
I remember testing the change to heist-extra, but looking at the code it does not seem to make sense (the catchall is already removing unmatched inlines). First of all, the function comes from |
|
@srid sorry about that, now using |
|
@TristanCacqueray It would be good to merge this, after that issue above (#529 (comment)) is resolved. |
|
@srid I agree, unfortunately I don't have much time to work on this at the moment. |


This change remove any footnotes from the og:description header.