UNPKG

smartdown-gallery

Version:

Example Smartdown documents and associated resources that demonstrate various Smartdown features and serve as raw material for other Smartdown demos.

70 lines (61 loc) 1.8 kB
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="user-scalable=no, width=device-width, initial-scale=1"> <meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-status-bar-style" content="black"> <title>Smartdown Example Gallery</title> <link rel=stylesheet href="https://unpkg.com/smartdown/dist/lib/fonts.css"> <link rel=stylesheet href="https://unpkg.com/smartdown/dist/lib/smartdown.css"> <script src="https://unpkg.com/smartdown/dist/lib/smartdown.js"> </script> <!-- <link rel=stylesheet href="https://localhost:4000/lib/fonts.css"> <link rel=stylesheet href="https://localhost:4000/lib/smartdown.css"> <script src="https://localhost:4000/lib/smartdown.js"> </script> --> <style> .smartdown_p .infocell-output { width: 100%; } </style> </head> <body id="smartdown-outer-container" class="smartdown-outer-container"> <div class="smartdown-container" id="smartdown-output"> </div> <script src="https://unpkg.com/smartdown/dist/lib/calc_handlers.js"></script> <script src="https://unpkg.com/smartdown/dist/lib/starter.js"></script> <script> window.smartdownBaseURL = 'https://unpkg.com/smartdown/dist/'; window.smartdownResourceURL = '/gallery/resources/'; window.smartdownDefaultHome = 'Home'; window.smartdownStarter(); </script> <!-- <script src="https://localhost:4000/lib/calc_handlers.js"></script> <script src="https://localhost:4000/lib/starter.js"></script> <script> window.smartdownBaseURL = 'https://localhost:4000/'; window.smartdownResourceURL = '/gallery/resources/'; window.smartdownDefaultHome = 'Home'; window.smartdownStarter(); </script> --> </body> </html>