https://github.com/soypat/goldmark-latex
A LaTeX renderer for Goldmark. Produce .tex files from markdown.
https://github.com/soypat/goldmark-latex
commonmark document go golang goldmark latex markdown math tex
Last synced: about 1 month ago
JSON representation
A LaTeX renderer for Goldmark. Produce .tex files from markdown.
- Host: GitHub
- URL: https://github.com/soypat/goldmark-latex
- Owner: soypat
- License: mit
- Created: 2022-09-04T05:29:04.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-17T12:56:10.000Z (almost 2 years ago)
- Last Synced: 2025-03-18T19:04:38.945Z (about 1 month ago)
- Topics: commonmark, document, go, golang, goldmark, latex, markdown, math, tex
- Language: Go
- Homepage:
- Size: 75.2 KB
- Stars: 14
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# goldmark-latex
A LaTeX renderer for [Goldmark](https://github.com/yuin/goldmark). Produce `.tex` files from markdown.This renderer seeks to be as extensible as Goldmark itself. Please file an issue if it does not meet your requirements.
## Results
So far this implementation renders the CommonMark specification with the exception of embedded HTML. It does have some bugs related to undefined ASCII sequences. Any help is appreciated.
## md2latex program
This command converts a single markdown file to latex and writes to contents to a new .text file or to stdout.