Skip to content

bluemix/hexo-tag-ltr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

hexo-tag-ltr

Force LTR layout direction when used in a mixed RTL and LTR texts

About

This is a Hexo tag plugin for changing the direction of your writing (layout)

Installation

npm install --save hexo-tag-ltr

Usage

{% ltr [css class]%}
  LTR text
{% endltr %} 

css class defaults to div

Example

this is a Arabic document, but wants to have and LTR direction

{% ltr div %}
{% blockquote  Richard Feynman %}
 What I cannot create, I do not understand.
{% endblockquote %}
{% endltr %}

and

مقتطفات من بعض الحكم

{% ltr %}
“A small leak will sink a great ship.” - Benjamin Franklin
{% endltr %}

"لو أنك عشتَ في الماضي و تصرفت كأنك في الماضي ، سوف يكون صعباً على المُستقبلِ أن يراكَ." - Body of Lies

which results in screenshot.png

Authors

blueMix

About

Hexo forcing left-to-right (LTR) direction

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published