Adds dir="auto"
attribute to paragraphs, This will help browser to set text direction based on the content of current paragraphs
pip install markdown-autodirection
text = "Text" from markdown import markdown html = markdown(text, extensions=['autodirection']) print(html) # <p dir="auto">Text</p>About
No description or website provided.
Topics Resources License Stars Watchers ForksYou can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4