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
At the moment, we have an add_md() method for the yarn object because adding nodes to the document was relatively straightforward process of
convert markdown to nodes
strip namespace from nodes
add nodes to document
copy document
We now have demonstrated processes of replacement as of #39, so adding a replace() method should be as straightforward that takes in a node instead of a position like:
At the moment, we have an
add_md()
method for the yarn object because adding nodes to the document was relatively straightforward process ofWe now have demonstrated processes of replacement as of #39, so adding a
replace()
method should be as straightforward that takes in a node instead of a position like:The text was updated successfully, but these errors were encountered: