Share your ideas with us
Make sure to check out our terms of use and how to submit and vote for products ideas
All the popular apps for IT firms have the possibility to type code blocks (snippets) directly into the input field, with tripple back-tick delimiters and optional code language spec.
Example 1, without code spec, should only be formatted as monospace and maybe try to autodetect code language.
It turns out this editor for ideas HAS the tripple backtick functionality so I can not type it here, LOL... i'm gonna improvise
` ` `
testing the
play field
` ` `
should result in
1 | testing the
2 | play field
Example 2, with code language spec for code highlighting, like you already do for snippets.
` ` ` php
$x = new MyClass();
` ` `
results in something like (random highlight colors here should do it like for PHP snippets)
1 | $x = new MyClass();
+1!
A must needed
This would be great!
Please make this a priority.
This is absolutely a must-have.