You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since I have a much better abstraction for creating arbitrary XML to add into the document, my solution for reference link tags with missing references (aka klink, the links that were imported from a separate file) is a bit outdated and could stand to be defragged.
There are also a couple of issues that I need to tackle:
ampersands need to be protected when creating links in xml_new_paragraph() (related to Clean newly created anchor links ropensci/tinkr#51). This is especially problematic when authors forget to escape ampersands.
I need to think about how we post-process liquid links from reference-style links. They might be fine, but I need to make sure they can be fixed in post.
The text was updated successfully, but these errors were encountered:
Since I have a much better abstraction for creating arbitrary XML to add into the document, my solution for reference link tags with missing references (aka klink, the links that were imported from a separate file) is a bit outdated and could stand to be defragged.
There are also a couple of issues that I need to tackle:
xml_new_paragraph()
(related to Clean newly created anchor links ropensci/tinkr#51). This is especially problematic when authors forget to escape ampersands.The text was updated successfully, but these errors were encountered: