subscript, superscript #11
This commit is contained in:
parent
849eccec16
commit
c0605bce10
|
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
---
|
||||
<svg>
|
||||
<path d="M4 7l8 10m-8 0l8 -10"></path>
|
||||
<path d="M21 20h-4l3.5 -4a1.73 1.73 0 00-3.5 -2"></path>
|
||||
</svg>
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
---
|
||||
<svg>
|
||||
<path d="M4 7l8 10m-8 0l8 -10"></path>
|
||||
<path d="M21 11h-4l3.5 -4a1.73 1.73 0 00-3.5 -2"></path>
|
||||
</svg>
|
||||
|
|
@ -2,7 +2,7 @@
|
|||
layout: default
|
||||
---
|
||||
|
||||
{% assign toolbar = 'arrow-back-up,arrow-forward-up,printer,paint|bold,italic,underline,strikethrough|align-left,align-center,align-right,align-justified,line-height|list,list-check|link,photo,table|sort-ascending,sort-descending|indent-increase,indent-decrease' | split: '|' %}
|
||||
{% assign toolbar = 'arrow-back-up,arrow-forward-up,printer,paint|bold,italic,underline,strikethrough|align-left,align-center,align-right,align-justified,line-height|list,list-check|link,photo,table|sort-ascending,sort-descending|indent-increase,indent-decrease|subscript,superscript' | split: '|' %}
|
||||
|
||||
|
||||
<div class="container">
|
||||
|
|
@ -79,7 +79,7 @@ layout: default
|
|||
{% assign buttons = group | split: ',' %}
|
||||
<div class="buttons">
|
||||
{% for button in buttons %}
|
||||
<div class="button js-icon" data-icon="{{ name }}">{% include icon.html name=button %}</div>
|
||||
<div class="button js-icon" data-icon="{{ button }}">{% include icon.html name=button %}</div>
|
||||
{% endfor %}
|
||||
</div>
|
||||
{% endfor %}
|
||||
|
|
|
|||
Loading…
Reference in New Issue