-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(style): update syntax highlighting to highlightjs
- Loading branch information
1 parent
a3440b3
commit 63b5a9e
Showing
3 changed files
with
21 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
<div class="{$ styles['code-snippet'] $}"> | ||
<div class="{$ styles['example-wrapper'] $}"> | ||
{$ template $} | ||
</div> | ||
<div class="{$ styles['window-bar'] $} sd-accordion"> | ||
<div class="{$ styles.circles $}"> | ||
<span class="{$ styles.circle $} {$ styles['circle-red'] $}"></span> | ||
<span class="{$ styles.circle $} {$ styles['circle-yellow'] $}"></span> | ||
<span class="{$ styles.circle $} {$ styles['circle-green'] $}"></span> | ||
</div> | ||
</div> | ||
<div class="{$ styles['code-wrapper'] $} sd-panel"> | ||
<pre class="line-numbers"><code class="language-markup">{$ encode(template) $}</code></pre> | ||
<div class="{$ styles['example-wrapper'] $}"> | ||
{$ template $} | ||
</div> | ||
<div class="{$ styles['window-bar'] $}"> | ||
<div class="{$ styles.circles $}"> | ||
<span class="{$ styles.circle $} {$ styles['circle-red'] $}"></span> | ||
<span class="{$ styles.circle $} {$ styles['circle-yellow'] $}"></span> | ||
<span class="{$ styles.circle $} {$ styles['circle-green'] $}"></span> | ||
</div> | ||
</div> | ||
<div class="{$ styles['code-wrapper'] $}"> | ||
<pre class="{$ styles.pre $}"><code class="html language-html">{$ encode(template) $}</code></pre> | ||
</div> | ||
</div> |