This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <style> | |
| body { | |
| display: flex; | |
| justify-content: center; | |
| align-items: center; | |
| background-color: #f2f2f2; | |
| } | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | <html> | |
| <head> | |
| <script src="https://unpkg.com/turndown/dist/turndown.js"></script> | |
| <script src="https://unpkg.com/turndown-plugin-gfm/dist/turndown-plugin-gfm.js"></script> | |
| </head> | |
| <body> | |
| <h1>Convert HTML to MD</h1> | |
| <textarea id="text"> </textarea> | |
| <button id="convert">Convert to MD (copies to clipboard)</button> | |
| <script type="text/javascript"> | 
