Improve snippet

This commit is contained in:
Jeremy Thomas
2017-10-09 15:38:12 +01:00
parent 720ed45121
commit 70367c3b5d
22 changed files with 2121 additions and 865 deletions

View File

@@ -203,21 +203,13 @@ doc-subtab: media-object
</article>
</div>
<div class="bd-example">
{{media_example}}
</div>
{% highlight html %}{{media_example}}{% endhighlight %}
{% include snippet.html content=media_example horizontal=true more=true %}
<div class="content">
<p>You can include <em>any</em> other Bulma element, like inputs, textareas, icons, buttons... or even a <strong>nav bar</strong>.</p>
</div>
<div class="bd-example">
{{media_bis_example}}
</div>
{% highlight html %}{{media_bis_example}}{% endhighlight %}
{% include snippet.html content=media_bis_example horizontal=true more=true %}
{% include anchor.html name="Nesting" %}
@@ -225,11 +217,7 @@ doc-subtab: media-object
<p>You can nest media objects up to <strong>3 levels</strong> deep.</p>
</div>
<div class="bd-example">
{{media_nested_example}}
</div>
{% highlight html %}{{media_nested_example}}{% endhighlight %}
{% include snippet.html content=media_nested_example horizontal=true more=true %}
</div>
</section>