We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
Greetings! We will happily review any PRs to support this feature!
Sorry, something went wrong.
For anyone wanting to work on adding latex rendering:
pico/shared/mdparser.go
Line 184 in e445a79
Sorry for taking so long, uni exams had me pretty busy. PR is now up
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 ;)
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: