README
Center aligning for NodeBB
Allows you to center in NodeBB post content. Just use the following syntax:
>-> centered content here <-
Installation
npm install nodebb-plugin-align-center
Centering for NodeBB
<script type="module">
import nodebbPluginAlignCenter from 'https://cdn.skypack.dev/nodebb-plugin-align-center';
</script>
Allows you to center in NodeBB post content. Just use the following syntax:
>-> centered content here <-
npm install nodebb-plugin-align-center