UNPKG

playground

Version:

Create Xcode Playgrounds for the Swift programming language with rich documentation generated from Markdown

21 lines (19 loc) 615 B
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Section 1</title> <meta id="xcode-display" name="xcode-display" content="render"> <meta name="apple-mobile-web-app-capable" content="yes"> <meta name="viewport" content="width=device-width, maximum-scale=1.0"> <link rel="stylesheet" type="text/css" href="stylesheet.css"> </head> <body> <div class="content-wrapper"> <section class="section"> <p>Some text. <a href="http://example.com">A link</a>. <img src="http://example.com/path/to/image.png" alt="An image"></p> <p>Lorem ipsum[^1] dolor sit.</p> </section> </div> </body> </html>