Paste code snippets


I’d like the ability to paste code snippets and have them format according to the language (auto-detected with the option to chose from a drop down)

It’s actually available on here, but not on Miro (at least I haven’t found it yet!

So this:

{   "working_dir": "spps",   "extension": "spp",   "folders": [      "_in",      "_out"   ]}

Would be displayed like this:

{	"working_dir": "spps",	"extension": "spp",	"folders": [		"_in",		"_out"	]}

[edit] Looks like posting broke the formatting. I’d like the code to display clean like it does on stackoverflow:https://stackoverflow.com/a/63302229/4991204