UNPKG

608 BJavaScriptView Raw
1var version = require('../index').version;
2
3module.exports = [
4 "# Styleguide options",
5 "",
6 "### Head",
7 "",
8 " <meta name='viewport' content='width=device-width, initial-scale=1' />",
9 " <script src='https://cdn.rawgit.com/styledown/styledown/v"+version+"/data/styledown.js'></script>",
10 " <link rel='stylesheet' href='https://cdn.rawgit.com/styledown/styledown/v"+version+"/data/styledown.css' />",
11 " <link rel='stylesheet' href='your-stylesheet-here.css' />",
12 "",
13 "### Body",
14 "",
15 " <div class='sg-container' sg-content></div>",
16].join("\n")+"\n";