The underline mark sets underline styling. This mark applies to text nodes.
underline
text
1 2 3 4 5 6 7 8 9 10{ "type": "text", "text": "Hello world", "marks": [ { "type": "underline" } ] }
1 2 3 4 5 6 7 8 9 10
{ "type": "text", "text": "Hello world", "marks": [ { "type": "underline" } ] }
Rate this page: