Skip to content

mehdisadeghi/jekyll-markright

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jekyll-markright Gem Version

Jekyll uses markdown by default as Markdown processor. However, when working with right-to-left cases there are edge cases not covered by kramdown. This plugin aims at fixing those gaps and provide a better experience for right-to-left users. So far, it only patches code blocks to appear left-to-right in a right-to-left contexts. There might be better ways for doing what it does currently, but this is what solved my problem while developing my personal website.

Installation

Append gem jekyll-markright to the plugins vector (formerly know as gems) of your website's _config.yml file. You can also put the jekyll-markright.rb file inside plugins directory of your website. You can install it from Rubygems too:

gem install jekyll-markright

Usage

Set it as preferred Markdown processor inside _config.yml file:

markdown: Markright

License

MIT

About

Jekyll plugin that patches kramdown to be RTL friendly.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages