Mr. H

Results 9 issues of Mr. H

I want this editor to support both ltr and rtl languages like Persian. Please help me. Thanks.

When I add `appendTo` property to the config file I can't see switch arrow buttons anymore. Actually they are being hidden under the iframe modal. ![image](https://user-images.githubusercontent.com/33207312/73144655-c6851200-405c-11ea-9348-0de444068f3c.png) After adding append to:...

When my text contains: `&` in the header it returns an error. My Parsedown version is `1.8.0-beta-7` ``` protected function inlineSpecialCharacter($Excerpt) { if ($Excerpt['text'][1] !== ' ' and strpos($Excerpt['text'], ';')...

When my text contains: `&` in the header it returns an error. My Parsedown version is `1.8.0-beta-7` ``` protected function inlineSpecialCharacter($Excerpt) { if ($Excerpt['text'][1] !== ' ' and strpos($Excerpt['text'], ';')...

How can I change text direction to RTL? I need to support both left to right and right to left languages. I changed .CodeMirror-line to: ``` .CodeMirror-line { direction: ltr...

When my text contains "&" sign in some specific places in the text, like the example below: ``` + [What's the difference between semicolon and double ampersand &&](https://unix.stackexchange.com/questions/187145/whats-the-difference-between-semicolon-and-double-ampersand) ``` Parsedown...

In inline extensions, the defined method receives a hashmap like below: ```PHP [ "text" => "{style=color:blue;}" "context" => "Blue {style=color:blue;}" ] ``` I'd like to change the context before the...

I'd like to add a class to my li items; what is the solution? Example: ```HTML Item 1 Item 2 ```

I don't know why it does not display italic arabic/farsi text. It shows regular text with sans-serif font correctly, but when the text is italic, it shows some squares instead...