allow ' (apostrophe) instead of ` (grave accent) for code start and end tag characters
-
The editor markdown tags specifies the grave accent character for code blocks/snippets, this:
`
(unicode should be U+0060, as I found in the windows charmap)
Unfortunately, Italian and italian-like keyboards do not provide it by default. They instead provide the apostrophe character:'
(unicode should be U+0027, as I found in the windows charmap)
Can you please make the forum accept the apostrophes for code blocks/snippets?
-
@tekojo Thank you for your support! I've been using spaces up to now, but it's getting very difficult if you have large chunks of code.
@mcosta Yes, but you may agree with me that this is not as immediate as a key press :D I could also simply do a copy-paste from the description on the right (or down) side of the forum where there are those characters, but if they can make it work nicely with apostrophes then it will be better for lazy people (me :D).
-
Just a small suggestion, probably it would be easy enough to implement... could you make the forum automatically replace three apostrophes with 3 grave accent chars? I guess it would be easier than making the thread parser recognize new markups..? just my 0.02€ :)
Thank you again and if you'll eventually implement it just let me (us) know so we can use the new feature ;)