Skip to content

Commit

Permalink
Make listing of classes more uniform in aliased components' examples
Browse files Browse the repository at this point in the history
  • Loading branch information
Golmote committed Mar 1, 2018
1 parent 20111c4 commit 8c3fa00
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
6 changes: 5 additions & 1 deletion examples/prism-batch.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
<h1>Batch</h1>
<p>To use this language, use the class "language-batch".</p>
<p>To use this language, use one of the following classes:</p>
<ul>
<li>"language-batch"</li>
<li>"language-shell"</li>
</ul>

<h2>Comments</h2>
<pre><code>::
Expand Down
6 changes: 5 additions & 1 deletion examples/prism-django.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
<h1>Django/Jinja2</h1>
<p>To use this language, add the class "language-django" or "language-jinja2".</p>
<p>To use this language, use one of the following classes:</p>
<ul>
<li>"language-django"</li>
<li>"language-jinja2"</li>
</ul>

<h2>Comment</h2>
<pre><code>{# This is a comment #}</code></pre>
Expand Down
6 changes: 5 additions & 1 deletion examples/prism-typescript.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
<h1>TypeScript</h1>
<p>To use this language, use the class "language-typescript".</p>
<p>To use this language, use one of the following classes:</p>
<ul>
<li>"language-typescript"</li>
<li>"language-ts"</li>
</ul>

<h2>Full example</h2>
<pre><code>interface SearchFunc {
Expand Down

0 comments on commit 8c3fa00

Please sign in to comment.