We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Footnotes in the wordpress export look like this for me:
text<sup data-fn="d47ee556-3faf-44c3-9949-3a1ae45f11f9" class="fn"><a href="#d47ee556-3faf-44c3-9949-3a1ae45f11f9" id="d47ee556-3faf-44c3-9949-3a1ae45f11f9-link">1</a></sup>
with one of several wp:postmeta sections describing it like this:
<wp:postmeta> <wp:meta_key><![CDATA[footnotes]]></wp:meta_key> <wp:meta_value><![CDATA[[{"content":"The Footnote Text","id":"d47ee556-3faf-44c3-9949-3a1ae45f11f9"}]]]></wp:meta_value> </wp:postmeta>
The conversion currently only keeps the a href portion, pointing to nowhere (that is, to the anchor #d47... which isn't present).
a href
#d47...
Not a priority for me, since my set of footnotes is so tiny that I just deal with them manually, but maybe something you want to implement?
The text was updated successfully, but these errors were encountered:
Thanks @pgeorgi. Would you like to send a PR to fix this? Alternatively, feel free to email me a sample file at ashishb[AT]ashishb.net
Sorry, something went wrong.
See testcase.WordPress.2024-07-01.xml.gz
Thanks. This is not handled in cdc3341
No branches or pull requests
Footnotes in the wordpress export look like this for me:
text<sup data-fn="d47ee556-3faf-44c3-9949-3a1ae45f11f9" class="fn"><a href="#d47ee556-3faf-44c3-9949-3a1ae45f11f9" id="d47ee556-3faf-44c3-9949-3a1ae45f11f9-link">1</a></sup>
with one of several wp:postmeta sections describing it like this:
The conversion currently only keeps the
a href
portion, pointing to nowhere (that is, to the anchor#d47...
which isn't present).Not a priority for me, since my set of footnotes is so tiny that I just deal with them manually, but maybe something you want to implement?
The text was updated successfully, but these errors were encountered: