v0.20.html 3.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <title>{{ page.title }}</title>
  5. <meta name="description" content="Quill is a free, open source WYSIWYG editor built for the modern web. With its expressive API, you can completely customize it to fit your needs.">
  6. {% include meta.html %}
  7. <link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">
  8. <link rel="stylesheet" href="/0.20/assets/css/syntax.css">
  9. <link rel="stylesheet" href="/0.20/assets/css/styles.css">
  10. <link rel="stylesheet" href="//cdn.quilljs.com/0.20.1/quill.snow.css">
  11. {% include analytics.html %}
  12. </head>
  13. <body{% if page.path == '0.20/index.md' %} class="home"{% endif%}>
  14. <a class="version-warning" href="/latest/"><strong>Yeaaah!</strong> A newer version <strong>Quill {{ site.version | split: '.' | slice: 0,2 | join: '.' }}</strong> is out! You are viewing docs for <strong>v0.20</strong>.</a>
  15. <header id="navigation-container" class="navbar">
  16. <div class="container">
  17. <div class="navbar-header">
  18. <button class="navbar-toggle" type="button" data-toggle="collapse" data-target=".navbar-collapse">
  19. <span class="sr-only">Toggle Navigation</span>
  20. <span class="icon-bar"></span>
  21. <span class="icon-bar"></span>
  22. <span class="icon-bar"></span>
  23. </button>
  24. <a class="navbar-brand" href="/0.20/" title="Quill">
  25. <img src="/0.20/assets/images/icon.png" alt="Quill">
  26. <span>Quill</span>
  27. </a>
  28. </div>
  29. <nav class="navbar-collapse collapse">
  30. <ul class="nav navbar-nav">
  31. <li><a href="/0.20/docs/quickstart/" title="Documentation">Documentation</a></li>
  32. <li><a href="/0.20/examples/" title="Examples">Examples</a></li>
  33. </ul>
  34. <ul class="nav navbar-nav navbar-right">
  35. <li ><a href="/blog/" title="Blog">Blog</a></li>
  36. <li><iframe class="github-button" src="//ghbtns.com/github-btn.html?user=quilljs&amp;repo=quill&amp;type=watch&amp;count=true"></iframe></li>
  37. </ul>
  38. </nav>
  39. </div>
  40. </header>
  41. {{ content }}
  42. <footer>
  43. <div class="container">
  44. <ul>
  45. <li><iframe src="//ghbtns.com/github-btn.html?user=quilljs&amp;repo=quill&amp;type=watch&amp;count=true" title="Star on GitHub" width="100" height="20"></iframe></li>
  46. <li><a href="https://twitter.com/share" class="twitter-share-button" data-url="https://quilljs.com" data-text="Quill - A Rich Text Editor with an API" data-via="quilljs">Tweet</a></li>
  47. </ul>
  48. <div>
  49. Quill is open source under
  50. <a title="BSD" href="https://github.com/quilljs/quill#license">BSD</a>.
  51. The latest version is currently
  52. <a title="Version 0.20.1" href="https://github.com/quilljs/quill/releases/tag/v{{site.version}}">v{{site.version}}</a>
  53. </div>
  54. </div>
  55. </footer>
  56. <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
  57. </body>
  58. </html>