Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mehdisadeghi/jekyll-markright
Jekyll plugin that patches kramdown to be RTL friendly.
https://github.com/mehdisadeghi/jekyll-markright
jekyll kramdown markdown rtl
Last synced: 24 days ago
JSON representation
Jekyll plugin that patches kramdown to be RTL friendly.
- Host: GitHub
- URL: https://github.com/mehdisadeghi/jekyll-markright
- Owner: mehdisadeghi
- License: mit
- Created: 2017-08-30T11:40:55.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-11-21T10:09:03.000Z (about 5 years ago)
- Last Synced: 2024-11-14T00:43:40.329Z (about 2 months ago)
- Topics: jekyll, kramdown, markdown, rtl
- Language: Ruby
- Homepage:
- Size: 2.93 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
jekyll-markright [![Gem Version](https://badge.fury.io/rb/jekyll-markright.svg)](https://badge.fury.io/rb/jekyll-markright)
============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](http://mehdix.ir).
# 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