Source code
Revision control
Copy as Markdown
Other Tools
<doc>
<head>
<its:withinTextRule withinText="yes" selector="//b|//u|//i"/>
<its:withinTextRule withinText="nested" selector="//fn"/>
</its:rules>
</head>
<body>
<p>This is a paragraph with <b>bold</b>, <i>italic</i>, and <u>underlined</u>.</p>
<p>This is a paragraph with a footnote<fn>This is the text of the footnote</fn> at the middle.</p>
</body>
</doc>