mirror of
https://github.com/jgthms/bulma
synced 2026-03-16 18:44:28 -07:00
Create snippet component
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<hr style="margin-bottom: 0;">
|
||||
|
||||
<h3 id="{{ include.name | slugify }}" class="title is-4 bd-anchor-title">
|
||||
<h3 id="{{ include.name | slugify }}" class="title is-4 is-spaced bd-anchor-title">
|
||||
{{ include.name }}
|
||||
<a class="bd-anchor-link" href="#{{ include.name | slugify }}">
|
||||
#
|
||||
|
||||
8
docs/_includes/snippet.html
Normal file
8
docs/_includes/snippet.html
Normal file
@@ -0,0 +1,8 @@
|
||||
<div class="bd-snippet">
|
||||
<div class="bd-snippet-preview">
|
||||
{{ include.content }}
|
||||
</div>
|
||||
<div class="bd-snippet-code">
|
||||
{% highlight html %}{{ include.content }}{% endhighlight %}
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user