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
Node.Text() and Node.Lines() return the text and position information about block nodes, but only for the text part, somewhat like Node.textContent in the DOM API. Is is possible to get the "raw" information about block nodes, including their related markups? That would be something like Element.outerHTML in DOM. Thanks!
This discussion was converted from issue #252 on November 24, 2021 12:27.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Node.Text()
andNode.Lines()
return the text and position information about block nodes, but only for the text part, somewhat likeNode.textContent
in the DOM API. Is is possible to get the "raw" information about block nodes, including their related markups? That would be something likeElement.outerHTML
in DOM. Thanks!Beta Was this translation helpful? Give feedback.
All reactions