| <!DOCTYPE HTML> |
| <html xmlns="http://www.w3.org/1999/xhtml"> |
| <head> |
| <meta charset="UTF-8" /> |
| <title></title> |
| <meta name="Generator" content="PowerTools for Open XML" /> |
| <style> |
| .normal { |
| margin: 0pt; |
| } |
| span { |
| white-space: pre-wrap; |
| } |
| body { |
| margin: 1cm auto; |
| max-width: 20cm; |
| padding: 0; |
| } |
| </style> |
| </head> |
| <body> |
| <p class='normal'>This is a test.</p> |
| <p class='normal'>This is a test.</p> |
| <p class='normal'>This is a test.</p> |
| <pre> |
| if (element.Name == XhtmlNoNamespace.strong) |
| return element.Nodes().Select(n => Transform(n, settings, wDoc, nextExpected)); |
| |
| if (element.Name == XhtmlNoNamespace.style) |
| return null; |
| |
| if (element.Name == XhtmlNoNamespace.sub) |
| return element.Nodes().Select(n => Transform(n, settings, wDoc, nextExpected)); |
| </pre> |
| <p class='normal'>This is a test.</p> |
| <p class='normal'>This is a test.</p> |
| <p class='normal'>This is a test.</p> |
| </body> |
| </html> |