{"id":18881058,"url":"https://github.com/tylertemp/md-underline","last_synced_at":"2026-02-20T23:30:19.428Z","repository":{"id":86362600,"uuid":"55206020","full_name":"TylerTemp/md-underline","owner":"TylerTemp","description":"underline plugin for python markdown","archived":false,"fork":false,"pushed_at":"2016-04-01T15:28:30.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-31T03:26:16.195Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TylerTemp.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-04-01T05:27:04.000Z","updated_at":"2016-04-01T07:59:53.000Z","dependencies_parsed_at":null,"dependency_job_id":"6a1e18e2-ec0c-47a1-863c-f86161c6345d","html_url":"https://github.com/TylerTemp/md-underline","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/TylerTemp%2Fmd-underline","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TylerTemp%2Fmd-underline/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TylerTemp%2Fmd-underline/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TylerTemp%2Fmd-underline/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TylerTemp","download_url":"https://codeload.github.com/TylerTemp/md-underline/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239850449,"owners_count":19707348,"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":[],"created_at":"2024-11-08T06:47:12.490Z","updated_at":"2026-02-20T23:30:19.379Z","avatar_url":"https://github.com/TylerTemp.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# md-underline\n\nunderline plugin for python markdown\n\n## Summary\n\nThis will render `__content__` as underline format `\u003cu\u003econtent\u003c/u\u003e`\n\n## Usage\n\n```python\nimport markdown\nfrom underline import UnderlineExtension\nmarkdown.markdown('__underline__', extensions=[UnderlineExtension()]\n# \u003cu\u003eunderline\u003c/u\u003e\n```\n\n## Install\n\n```bash\npip install get+git://github.com/TylerTemp/md-underline.git\n```\n\n## API\n\n`UnderlineExtension` accepts:\n\n1.  `tag`: html tag name. use `u` by default\n\n2.  `cls`: add class to the underline element. Default: `''`\n\ne.g.\n\n```python\nimport markdown\nfrom underline import UnderlineExtension\nmarkdown.markdown(\n    '__underline__',\n    extensions=[UnderlineExtension(tag='strong', cls='under')]\n# \u003cstrong class='under'\u003eunderline\u003c/strong\u003e\n```\n\nNote: it's strongly suggest using css to change the style instead of using `\u003cu\u003e` tag\nbecause markdown is not designed for the style.\n\n## Example\n\n`__under__` -\u003e `\u003cu\u003eunder\u003c/u\u003e`\n`__*em*under__` -\u003e `\u003cu\u003e\u003cem\u003eem\u003c/em\u003eunder\u003c/u\u003e`\n`__*underem*__` -\u003e `\u003cu\u003e\u003cem\u003eunderem\u003c/em\u003e\u003c/u\u003e`\n\n## Note\n\nThis plugin only work on:\n\n1.  underline alone, or combine with em. Won't work on ***__combine-3__***\n2.  When conbine with em, em can only use *, thus ___underline-with-em___\n    won't work\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftylertemp%2Fmd-underline","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftylertemp%2Fmd-underline","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftylertemp%2Fmd-underline/lists"}