On french keyboards, the [ and ] characters are obtained by pressing the right Alt key (commonly called AltGr) along with the ( and ) keys. For historical reasons Windows interprets AltGr as if it was Ctrl+Alt (in fact we can get [ by typing Ctrl+Alt+( even though nobody does it). As a consequence the Markdownx editor interprets any [ or ] character as if the Ctrl key was pressed and uses it to control indentation instead of inserting the character.
On french keyboards, the
[
and]
characters are obtained by pressing the rightAlt
key (commonly calledAltGr
) along with the(
and)
keys. For historical reasons Windows interpretsAltGr
as if it wasCtrl+Alt
(in fact we can get[
by typingCtrl+Alt+(
even though nobody does it). As a consequence the Markdownx editor interprets any[
or]
character as if theCtrl
key was pressed and uses it to control indentation instead of inserting the character.