{"id":29846881,"url":"https://github.com/lukeparser/lukeparser","last_synced_at":"2025-07-29T18:18:04.396Z","repository":{"id":46123334,"uuid":"168711975","full_name":"lukeparser/lukeparser","owner":"lukeparser","description":"The Power of LaTeX, the Style of Markdown. ","archived":false,"fork":false,"pushed_at":"2024-09-05T04:59:00.000Z","size":544,"stargazers_count":12,"open_issues_count":26,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-25T13:54:01.029Z","etag":null,"topics":["latex","markdown","markup","presentation","publishing","python3"],"latest_commit_sha":null,"homepage":"http://lukeparser.github.io","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lukeparser.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-01T14:47:15.000Z","updated_at":"2024-09-05T04:58:32.000Z","dependencies_parsed_at":"2023-01-24T19:03:19.409Z","dependency_job_id":null,"html_url":"https://github.com/lukeparser/lukeparser","commit_stats":null,"previous_names":[],"tags_count":63,"template":false,"template_full_name":null,"purl":"pkg:github/lukeparser/lukeparser","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lukeparser%2Flukeparser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lukeparser%2Flukeparser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lukeparser%2Flukeparser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lukeparser%2Flukeparser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lukeparser","download_url":"https://codeload.github.com/lukeparser/lukeparser/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lukeparser%2Flukeparser/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267727812,"owners_count":24135022,"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","status":"online","status_checked_at":"2025-07-29T02:00:12.549Z","response_time":2574,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["latex","markdown","markup","presentation","publishing","python3"],"created_at":"2025-07-29T18:18:03.687Z","updated_at":"2025-07-29T18:18:04.346Z","avatar_url":"https://github.com/lukeparser.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Luke, I'm Your Parser.\n[![python-3 badge](https://img.shields.io/pypi/v/lukeparser)](https://pypi.org/project/lukeparser/)\n[![python-3 badge](https://img.shields.io/pypi/pyversions/lukeparser)](https://pypi.org/project/lukeparser/)\n[![wheel](https://img.shields.io/pypi/wheel/lukeparser)](https://github.com/lukeparser/lukeparser)\n[![Build \u0026 Deploy](https://github.com/lukeparser/lukeparser/workflows/Build%20\u0026%20Deploy/badge.svg)](https://github.com/lukeparser/lukeparser)\n\n\u003e The Style of Markdown with the Power of LaTeX.\n\nPowered by blazing fast **Bison/Flex** and magnificent \u0026 extensible **Python3**.\n\n\u003cdiv align=\"center\"\u003e\n  \u003ca href=\"http://lukeparser.github.io\"\u003e\n    \u003cimg width=650px src=\"https://lukeparser.github.io/assets/logo_wide.png\"\u003e\n  \u003c/a\u003e\n\u003c/div\u003e\n\n\n\n## Features\nDid you ever missed these functions in Markdown?\n\n- **variables and custom commands** in Markdown - in Math- and in Textmode?\n- additional parameters for each component for more variation and control?\n- **custom styles** - you can also use different styles in the same document\n- the choice to **compile to LaTeX or HTML** - or both at the same time?\n- **references across files**?\n- a easy **searchable representation** of chapters, images, and other components of your documents\n- **component nesting** using indentation, e.g. sections in lists\n    - we use an automatic indentation-style detection (spaces or tabs)\n- **Notes and Footnotes in a seperate file or part of your document**.\n- **nested multiline comments**\n- an inplace server for live parsing of markdown files as **a replacement for simple php**\n\n\n## Getting Started\n\n**Documentation**  \nRead the [Documentation online.](https://lukeparser.github.io/lukeparser).\n\n**Install** (Linux, Windows \u0026 OS X)\n```sh\npip install lukeparser\n```\n\n**Start a live reload server anywhere**\n```\nluke --live\n```\n\n**Usage example**\n```\nluke file.md\n```\n\n_For more examples and usage, please see our docs._\n\n\n## Contributing\n\n1. Fork it (\u003chttps://github.com/lukeparser/lukeparser/fork\u003e)\n2. Create your feature branch (`git checkout -b feature/fooBar`)\n3. Commit your changes (`git commit -am 'Add some fooBar'`)\n4. Push to the branch (`git push origin feature/fooBar`)\n5. Create a new Pull Request\n\n## License\nCode: [![License: GPL v2](https://img.shields.io/badge/License-GPL%20v2-blue.svg?style=flat-square)](https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html)  \nLanguage Definition: [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg?style=flat-square)](https://opensource.org/licenses/MIT)  \n© 2019 David Hartmann. With the exceptions noted below, this code is released under the GPL, version 2. This software carries no warranty of any kind. The language specification and the documentation, written in the *luke markdown dialect* are licensed under the MIT license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flukeparser%2Flukeparser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flukeparser%2Flukeparser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flukeparser%2Flukeparser/lists"}