{"id":15940661,"url":"https://github.com/pawamoy/markdown-pycon","last_synced_at":"2026-02-13T17:03:26.006Z","repository":{"id":191990570,"uuid":"686112484","full_name":"pawamoy/markdown-pycon","owner":"pawamoy","description":"Markdown extension to parse `pycon` code blocks without indentation or fences.","archived":false,"fork":false,"pushed_at":"2025-01-10T01:07:21.000Z","size":617,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-06T06:18:17.017Z","etag":null,"topics":["markdown","markdown-extension","pycon","python","python-markdown"],"latest_commit_sha":null,"homepage":"https://pawamoy.github.io/markdown-pycon/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pawamoy.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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},"funding":{"github":"pawamoy","ko_fi":"pawamoy","polar":"pawamoy","custom":["https://www.paypal.me/pawamoy"]}},"created_at":"2023-09-01T19:21:14.000Z","updated_at":"2025-04-27T05:44:04.000Z","dependencies_parsed_at":"2023-09-01T22:46:03.115Z","dependency_job_id":"5b7a1363-5d65-4932-94c9-b679c6ed7872","html_url":"https://github.com/pawamoy/markdown-pycon","commit_stats":{"total_commits":4,"total_committers":2,"mean_commits":2.0,"dds":0.25,"last_synced_commit":"671f8c147568f7a3933599aa566a8e4ef7d24604"},"previous_names":["pawamoy/markdown-pycon"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/pawamoy/markdown-pycon","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pawamoy%2Fmarkdown-pycon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pawamoy%2Fmarkdown-pycon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pawamoy%2Fmarkdown-pycon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pawamoy%2Fmarkdown-pycon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pawamoy","download_url":"https://codeload.github.com/pawamoy/markdown-pycon/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pawamoy%2Fmarkdown-pycon/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29412670,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-13T06:24:03.484Z","status":"ssl_error","status_checked_at":"2026-02-13T06:23:12.830Z","response_time":78,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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","markdown-extension","pycon","python","python-markdown"],"created_at":"2024-10-07T07:00:39.878Z","updated_at":"2026-02-13T17:03:25.989Z","avatar_url":"https://github.com/pawamoy.png","language":"Python","readme":"# Markdown PyCon\n\n[![ci](https://github.com/pawamoy/markdown-pycon/workflows/ci/badge.svg)](https://github.com/pawamoy/markdown-pycon/actions?query=workflow%3Aci)\n[![documentation](https://img.shields.io/badge/docs-mkdocs-708FCC.svg?style=flat)](https://pawamoy.github.io/markdown-pycon/)\n[![pypi version](https://img.shields.io/pypi/v/markdown-pycon.svg)](https://pypi.org/project/markdown-pycon/)\n[![gitter](https://badges.gitter.im/join%20chat.svg)](https://app.gitter.im/#/room/#markdown-pycon:gitter.im)\n\nMarkdown extension to parse `pycon` code blocks without indentation or fences.\n\n## Installation\n\n```bash\npip install markdown-pycon\n```\n\n## Configuration\n\nThis extension relies on the\n[Highlight](https://facelessuser.github.io/pymdown-extensions/extensions/highlight/)\nextension of\n[PyMdown Extensions](https://facelessuser.github.io/pymdown-extensions/).\n\nConfigure from Python:\n\n```python\nfrom markdown import Markdown\n\nMarkdown(extensions=[\"pycon\"])\n```\n\n...or in MkDocs configuration file, as a Markdown extension:\n\n```yaml\n# mkdocs.yml\nmarkdown_extensions:\n- pycon\n```\n\n## Usage\n\nIn your Markdown documents, simply write your `pycon` code blocks\nwithout indentation or fences (triple backticks):\n\n```md\n\u003e\u003e\u003e print(\"This is a pycon code block\")\nThis is a pycon code block\n```\n\nThis will get rendered as:\n\n```pycon\n\u003e\u003e\u003e print(\"This is a pycon code block\")\nThis is a pycon code block\n```\n\n[Doctest flags](https://docs.python.org/3/library/doctest.html#option-flags)\nwill be removed from the code lines.\n","funding_links":["https://github.com/sponsors/pawamoy","https://ko-fi.com/pawamoy","https://polar.sh/pawamoy","https://www.paypal.me/pawamoy"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpawamoy%2Fmarkdown-pycon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpawamoy%2Fmarkdown-pycon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpawamoy%2Fmarkdown-pycon/lists"}