/ src / modules / AdvancedPaste / UITest-AdvancedPaste / TestFiles / PasteAsMarkdownFile.html
PasteAsMarkdownFile.html
 1  <!DOCTYPE html>
 2  <html>
 3  
 4  <body>
 5  
 6      <h2 title="I'm a header">The title Attribute</h2>
 7  
 8      <p title="I'm a tooltip">Mouse over this paragraph, to display the title attribute as a tooltip.</p>
 9  
10  </body>
11  
12  </html>