{"id":15048747,"url":"https://github.com/aliva/python-markdown-autodirection","last_synced_at":"2025-04-10T01:33:51.592Z","repository":{"id":57439672,"uuid":"170150620","full_name":"aliva/python-markdown-autodirection","owner":"aliva","description":null,"archived":false,"fork":false,"pushed_at":"2019-02-15T14:59:47.000Z","size":15,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-24T03:11:49.442Z","etag":null,"topics":["markdown","python-markdown","right-to-left","rtl"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aliva.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-02-11T15:17:14.000Z","updated_at":"2022-08-11T12:32:11.000Z","dependencies_parsed_at":"2022-09-26T17:20:40.109Z","dependency_job_id":null,"html_url":"https://github.com/aliva/python-markdown-autodirection","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aliva%2Fpython-markdown-autodirection","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aliva%2Fpython-markdown-autodirection/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aliva%2Fpython-markdown-autodirection/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aliva%2Fpython-markdown-autodirection/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aliva","download_url":"https://codeload.github.com/aliva/python-markdown-autodirection/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247737787,"owners_count":20987735,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["markdown","python-markdown","right-to-left","rtl"],"created_at":"2024-09-24T21:15:56.801Z","updated_at":"2025-04-10T01:33:51.565Z","avatar_url":"https://github.com/aliva.png","language":"Python","readme":"# Python Markdown Auto Direction\n\n[![pypi](https://img.shields.io/pypi/v/markdown-autodirection.svg?style=flat)][pypi-url]\n[![](https://img.shields.io/pypi/l/markdown-autodirection.svg?style=flat)][license-url]\n[![](https://img.shields.io/pypi/dm/markdown-autodirection.svg?style=flat)][pypi-url]\n[![Build Status](https://travis-ci.org/aliva/python-markdown-autodirection.svg?branch=master)][travis-url]\n\n[pypi-url]: https://pypi.org/project/markdown-autodirection/\n[license-url]: LICENSE\n[travis-url]: https://travis-ci.org/aliva/python-markdown-autodirection\n\nAdds `dir=\"auto\"` attribute to paragraphs,\nThis will help browser to set text direction based on the content of current paragraphs\n\n## Install\n\n```\npip install markdown-autodirection\n```\n\n## Use\n\n```python\ntext = \"Text\"\nfrom markdown import markdown\nhtml = markdown(text, extensions=['autodirection'])\nprint(html)\n# \u003cp dir=\"auto\"\u003eText\u003c/p\u003e\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faliva%2Fpython-markdown-autodirection","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faliva%2Fpython-markdown-autodirection","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faliva%2Fpython-markdown-autodirection/lists"}