Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support LaTeX rendering #10

Open
Schwefelhexa opened this issue Feb 8, 2023 · 4 comments
Open

Support LaTeX rendering #10

Schwefelhexa opened this issue Feb 8, 2023 · 4 comments
Labels
enhancement New feature or request

Comments

@Schwefelhexa
Copy link

Allow users to render LaTeX by wrapping the code in $-tags.
This is part of GFM, as well as GLFM.

I'd be willing to help with the implementation.

@neurosnap
Copy link
Member

Greetings! We will happily review any PRs to support this feature!

@neurosnap
Copy link
Member

For anyone wanting to work on adding latex rendering:

md := goldmark.New(

@Schwefelhexa
Copy link
Author

Sorry for taking so long, uni exams had me pretty busy.
PR is now up

@geek-9
Copy link

geek-9 commented Mar 12, 2024

meybe add some graph diagrams?
graphviz, tikz
or simple
groff
for example :

.PS
box "box1";
line
box "box2";
.PE
+------+     +------+
|      +-----|      |
| box1 |     |box2  |
+------+     +------+

https://github.com/blampe/goat
I like svg too ;)

@neurosnap neurosnap added the enhancement New feature or request label May 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants