This is content converted from Markdown!
Here's a JSON sample:
{
"foo": "bar"
}| <html> | |
| <head> | |
| <style> | |
| h1 { | |
| font-family: Calibri; | |
| } | |
| </style> | |
| </head> | |
| <body> | |
| <h1>Hello World!</h1> |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8"> | |
| <title>Hello World - Fancy Example</title> | |
| <link rel="stylesheet" href="helloworldfancy.css"> | |
| </head> | |
| <body> | |
| <h1>Hello, <span id="name"></span></h1> |