- Edited
Ever since using github's Markdown Editor, I've been wanting to see it everywhere. Then NextCloud adopted the md format with their Notes app. I'd love to at least have the option to use markdown instead of html when creating tickets or writing knowledge base articles.
Edit: Markdown is even used on this forum... For instance, I can:
import md
class UseMarkdown:
def __init__():
my_var = Post some code
- do
- a
- quick
- bullet
- list
Oh look, someinline code
Headers too?
Little Headers!
Everything works as it should!
| can | I | do | tables? |
| --- | --- | --- | --- |
| eh | nope | not | tables |
A --> B;
B --> C;
C --> D;
Nope, no graphs...
- [x] Not
- [x] Checkboxes
- [ ] either
I can do links though! Here's NextCloud's Blog Post on markdown
anyways, that was fun... Can I do this in osTicket?