6 ms·
This is a specification, it does not declare how implementations work. At the moment only typescript implementation exists and here is PEG grammars from it: ht
by zagap 2y ago
This is a specification, it does not declare how implementations work.
At the moment only typescript implementation exists and here is PEG grammars from it: https://github.com/podlite/podlite/blob/main/packages/podlite-schema/src/grammar.pegjs https://github.com/podlite/podlite/blob/main/packages/podlit...
At the moment it supports Mermaid diagrams:
https://pod6.in/#p=%3Dbegin+Mermaid++%3Acaption%28%27Caption+of+diagram%27%29%0A++++graph+LR%0A++++++++++++A--%3EB%0A++++++++++++B--%3EC%0A++++++++++++C--%3EA%0A++++++++++++D--%3EC%0A%3Dend+Mermaid%0A https://pod6.in/#p=%3Dbegin+Mermaid++%3Acaption%28%27Caption...