0.2.1 • Published 8 years ago

gitbook-plugin-block-align v0.2.1

Weekly downloads
17
License
Apache-2.0
Repository
github
Last release
8 years ago

Block align plugin for GitBooks

A quick way of aligning markdown blocks in a GitBook. This should work for websites and generated ebooks.

GitBook Example:

{% left %} This **will be** aligned left. {% endleft %}

{% right %} This **will be** aligned right. {% endright %}

{% center %} This **will be** centered. {% endcenter %}

Result:

<div class="ba-left"><p>This <strong>will be</strong> aligned left.</p></div>

<div class="ba-right"><p>This <strong>will be</strong> aligned right.</p></div>

<div class="ba-center"><p>This <strong>will be</strong> centered.</p></div>
0.2.1

8 years ago

0.2.0

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.0

8 years ago