prism/plugins/wpd/index.html

64 lines
1.9 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="assets/favicon.png" />
<title>WebPlatform Docs ▲ Prism plugins</title>
<base href="../.." />
<link rel="stylesheet" href="assets/style.css" />
<link rel="stylesheet" href="themes/prism.css" data-noprefix />
<link rel="stylesheet" href="plugins/wpd/prism-wpd.css" data-noprefix />
<script src="assets/vendor/prefixfree.min.js"></script>
<script>var _gaq = [['_setAccount', 'UA-33746269-1'], ['_trackPageview']];</script>
<script src="https://www.google-analytics.com/ga.js" async></script>
</head>
<body>
<header data-plugin-header="wpd"></header>
<section class="language-markup">
<h1>How to use</h1>
<p>No setup required, just include the plugin in your <a href="download.html">download</a> and youre good to go!</p>
<p>Tokens that currently link to documentation:</p>
<ul>
<li>HTML, MathML and SVG tags</li>
<li>HTML, MathML and SVG non-namespaced attributes</li>
<li>(Non-prefixed) CSS properties</li>
<li>(Non-prefixed) CSS @rules</li>
<li>(Non-prefixed) CSS pseudo-classes</li>
<li>(Non-prefixed) CSS pseudo-elements (starting with <code>::</code>)</li>
</ul>
<p><strong>Beta:</strong> This plugin is still in beta. Please help make it better: Test it and report any false positives etc!</p>
</section>
<section>
<h1>Examples</h1>
<h2>CSS</h2>
<pre data-src="assets/style.css"></pre>
<pre data-src="themes/prism.css"></pre>
<h2>HTML</h2>
<pre data-src="index.html" class="language-markup"></pre>
<h2>SVG</h2>
<pre data-src="assets/logo.svg" class="language-markup"></pre>
</section>
<footer data-src="assets/templates/footer.html" data-type="text/html"></footer>
<script src="prism.js"></script>
<script src="plugins/wpd/prism-wpd.js"></script>
<script src="assets/vendor/utopia.js"></script>
<script src="components.js"></script>
<script src="assets/code.js"></script>
</body>
</html>