https://github.com/lukeparser/lukeparser
The Power of LaTeX, the Style of Markdown.
https://github.com/lukeparser/lukeparser
latex markdown markup presentation publishing python3
Last synced: 11 months ago
JSON representation
The Power of LaTeX, the Style of Markdown.
- Host: GitHub
- URL: https://github.com/lukeparser/lukeparser
- Owner: lukeparser
- License: gpl-2.0
- Created: 2019-02-01T14:47:15.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-09-05T04:59:00.000Z (almost 2 years ago)
- Last Synced: 2025-06-25T13:54:01.029Z (12 months ago)
- Topics: latex, markdown, markup, presentation, publishing, python3
- Language: Python
- Homepage: http://lukeparser.github.io
- Size: 531 KB
- Stars: 12
- Watchers: 2
- Forks: 2
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Luke, I'm Your Parser.
[](https://pypi.org/project/lukeparser/)
[](https://pypi.org/project/lukeparser/)
[](https://github.com/lukeparser/lukeparser)
[](https://github.com/lukeparser/lukeparser)
> The Style of Markdown with the Power of LaTeX.
Powered by blazing fast **Bison/Flex** and magnificent & extensible **Python3**.
## Features
Did you ever missed these functions in Markdown?
- **variables and custom commands** in Markdown - in Math- and in Textmode?
- additional parameters for each component for more variation and control?
- **custom styles** - you can also use different styles in the same document
- the choice to **compile to LaTeX or HTML** - or both at the same time?
- **references across files**?
- a easy **searchable representation** of chapters, images, and other components of your documents
- **component nesting** using indentation, e.g. sections in lists
- we use an automatic indentation-style detection (spaces or tabs)
- **Notes and Footnotes in a seperate file or part of your document**.
- **nested multiline comments**
- an inplace server for live parsing of markdown files as **a replacement for simple php**
## Getting Started
**Documentation**
Read the [Documentation online.](https://lukeparser.github.io/lukeparser).
**Install** (Linux, Windows & OS X)
```sh
pip install lukeparser
```
**Start a live reload server anywhere**
```
luke --live
```
**Usage example**
```
luke file.md
```
_For more examples and usage, please see our docs._
## Contributing
1. Fork it ()
2. Create your feature branch (`git checkout -b feature/fooBar`)
3. Commit your changes (`git commit -am 'Add some fooBar'`)
4. Push to the branch (`git push origin feature/fooBar`)
5. Create a new Pull Request
## License
Code: [](https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html)
Language Definition: [](https://opensource.org/licenses/MIT)
© 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.