-
-
Notifications
You must be signed in to change notification settings - Fork 62.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GHP bad rendering on CONTRIBUTE & HOWTO (fa_IR locale) #5559
Comments
Spent some time looking into this, it looks like Github's markdown and the Tests/examples - Only a couple of links and headings changed: Screenshot with highlighting to show what got changed: Somewhat related issue filed on Github's markup repo, although the issue here is with github pages' code, not markup since the .md files are rendered fine in Github itself: github/markup#332 |
It is an option. 💡 The other may be to configure the Jekyll theme well using some gem |
Thanks for the idea! Didn't realise there was that option, submitted a PR that fixes this issue |
As I comment in #5810 (comment) it's a bit weird why use directly From default config docs: https://jekyllrb.com/docs/configuration/default/ # Markdown Processors
kramdown:
auto_ids : true
entity_output : as_char
toc_levels : [1, 2, 3, 4, 5, 6]
smart_quotes : lsquo,rsquo,ldquo,rdquo
input : GFM
hard_wrap : false
footnote_nr : 1
show_warnings : false |
(Responded in #5810 (comment)) |
Problem
It seems that Github Pages engine doesn't deal fine rendering links for this RTL resources:
It works well in other markdown files like books, courses... for the same locale.
Solution
Maybe due to some issue with the
div
tag:free-programming-books/HOWTO-fa_IR.md
Lines 1 to 5 in e629db6
Need some experiments to deal with this tag, and maybe apply on listings too.
The text was updated successfully, but these errors were encountered: