HEX
Server: Apache
System: Linux WWW 6.1.0-40-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.153-1 (2025-09-20) x86_64
User: web11 (1011)
PHP: 8.2.29
Disabled: NONE
Upload Files
File: //usr/share/mc/syntax/markdown.syntax
# Markdown syntax highlighting

context default lightgray
    spellcheck
    # links
    keyword whole [*](*) yellow
    keyword \*\* white
    keyword \*   yellow
    keyword \\_  lightgray
    keyword wholeleft  __ white
    keyword wholeright __ white
    keyword wholeleft  _  yellow
    keyword wholeright _  yellow

context linestart #### \n red
    spellcheck

context linestart # \n brightred
    spellcheck

context linestart > \n green
    spellcheck

context linestart \s\s\s\s \n cyan

context ``` ``` cyan

context `` `` cyan

context ` ` cyan