You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Making codeblocks more sane and correct behaving. There's no need for them to ever be rtl in my opinion.
Motivation
Comments in a codeblock may or may not be in the rtl language at hand, however there is no need for the code itself to be rtl, in fact it looks very wrong and weird most of the times.
Detailed Description
I suggest adding code,pre {direction: ltr} to sass/parts/_code.scss or at least adding a shortcode that adds such feature
Additional Context
Code editor(ltr)
Website(rtl)
The text was updated successfully, but these errors were encountered:
Feature Request
Summary
Making codeblocks more sane and correct behaving. There's no need for them to ever be rtl in my opinion.
Motivation
Comments in a codeblock may or may not be in the rtl language at hand, however there is no need for the code itself to be rtl, in fact it looks very wrong and weird most of the times.
Detailed Description
I suggest adding
code,pre {direction: ltr}
tosass/parts/_code.scss
or at least adding a shortcode that adds such featureAdditional Context
Code editor(ltr)
Website(rtl)
The text was updated successfully, but these errors were encountered: