picosh / pico

hacker labs - open source and managed web services leveraging SSH

Home Page:https://pico.sh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support LaTeX rendering

Schwefelhexa opened this issue · comments

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.

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

For anyone wanting to work on adding latex rendering:

md := goldmark.New(

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

commented

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 ;)