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
There are several places in the code where I add new nodes that need to be cleaned up, because there are so many different ways of doing it, but in reality, all I need to do is to add a node with the same namespace.
Path forward
Some relevant material is at ropensci/tinkr#24 is relevant material here, but an idea is that we have a general node generator that could look like:
- xml_slip_in is no more!
- prepare_yaml_packet replaces the xml_yaml function
- move_yaml now uses proper element insertion with the correct
namespace.
- tests updated
- pandoc fenced divs preferred
This will address #12
There are several places in the code where I add new nodes that need to be cleaned up, because there are so many different ways of doing it, but in reality, all I need to do is to add a node with the same namespace.
Path forward
Some relevant material is at ropensci/tinkr#24 is relevant material here, but an idea is that we have a general node generator that could look like:
Relevant places in the code
pegboard/R/utils.R
Line 66 in f2155d3
pegboard/R/utils.R
Line 76 in f2155d3
pegboard/R/utils.R
Line 106 in f2155d3
pegboard/R/utils.R
Line 126 in f2155d3
pegboard/R/fix_links.R
Line 41 in f2155d3
pegboard/R/div.R
Line 18 in f2155d3
pegboard/R/div.R
Line 274 in f2155d3
pegboard/R/div.R
Line 349 in f2155d3
The text was updated successfully, but these errors were encountered: