Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 19 days 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 (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-17T12:56:10.000Z (over 1 year ago)
- Last Synced: 2024-10-12T09:11:45.442Z (about 1 month ago)
- Topics: commonmark, document, go, golang, goldmark, latex, markdown, math, tex
- Language: Go
- Homepage:
- Size: 75.2 KB
- Stars: 13
- Watchers: 1
- Forks: 3
- 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.![result](https://user-images.githubusercontent.com/26156425/188299284-8dd2fca1-dc50-4574-8128-c78017b42e73.png)
## md2latex program
This command converts a single markdown file to latex and writes to contents to a new .text file or to stdout.