mirror of
https://github.com/nunocoracao/blowfish.git
synced 2026-01-30 16:31:52 +01:00
adding LTR/RTL shortcodes to the docs + implement Tailwind classes for the ltr/rtl shortcodes
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
<div dir="ltr" align="left">
|
||||
<div dir="ltr" class="text-left">
|
||||
{{ .Inner }}
|
||||
</div>
|
||||
@@ -1,3 +1,3 @@
|
||||
<div dir="rtl" align="right">
|
||||
<div dir="rtl" class="text-right">
|
||||
{{ .Inner }}
|
||||
</div>
|
||||
Reference in New Issue
Block a user