fix(doc): correct an error in the custom hexo tag helper doc
parent
d0e04fd2c1
commit
0132965ca3
|
@ -263,10 +263,10 @@ providers:
|
||||||
<div class="example-tab-container">
|
<div class="example-tab-container">
|
||||||
{% tabs align:right %}
|
{% tabs align:right %}
|
||||||
<!-- tab id:tab_align_right_1 "title:第一页" active -->
|
<!-- tab id:tab_align_right_1 "title:第一页" active -->
|
||||||
这是一个右对齐的(`centered`)标签页容器的第一页。
|
这是一个右对齐的(`right`)标签页容器的第一页。
|
||||||
<!-- endtab -->
|
<!-- endtab -->
|
||||||
<!-- tab id:tab_align_right_2 "title:第二页" -->
|
<!-- tab id:tab_align_right_2 "title:第二页" -->
|
||||||
这是一个右对齐的(`centered`)标签页容器的第二页。
|
这是一个右对齐的(`right`)标签页容器的第二页。
|
||||||
<!-- endtab -->
|
<!-- endtab -->
|
||||||
{% endtabs %}
|
{% endtabs %}
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue