Remove dir=auto from <li> #1
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "ahangarha/pulldown-cmark:ahangarha-patch-1"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently it makes the list like the following screenshot:

It should become like this:

This is the article from which I took the screenshot: ما و نسبتمان با سند راهبردی
@ -238,4 +235,0 @@
} else {
self.write("\n<li dir=\"auto\">")
}
}
Don't remove the whole block as it would transform lists to plain text. Just remove
dir=\"auto\"
from both calls to writeI didn't intended to remove whole block. Frankly I don't know how this has taken place. Feel free to make the appropriate modification.
Thanks for checking the detail.
I've added the changes among some other things in
58514a67a5
Pull request closed