markdown(9)md - Markdown Markup File.
hkmd.emf - Markdown file hook definition
md.eaf - Markdown abbreviation file
md.etf - Markdown template file
qd.etf - Quarkdown template file
rmd.etf - R-Markdown template file
.md, .qd .rmd, .tmd - Markdown, R-Markdown and Quarkdown files
The Markdown file hook provides a editing environment for Markdown files. The file hook provides highlighting, folding of section, document outline using item-list and abbreviations. Fenced code blocks within triple backticks can be highlighted using the declared code block language.
File recognition is performed using the standard file extension .md, .tmd, .rmd or .qd. The .qd file extension is reserved for Quarkdown files which provided a few more highlightings for quaurkdown commands at the beginning of a line starting with a dot.
Abbreviations
Folding and Information Hiding
List Items
Short Cuts
C-c C-c - Comment out the current line.
C-c C-d - Uncomment the current line.
f2 - (un)fold the current region
f3 - (un)fold all regions
f6 - list items
esc f6 - close list items
Code Chunk Highlighting
```{r}
x = 1
test = function () {
print("Test")
}
```
abbrev-list(3), adoc(9), collapse-all(3), collapse-current(3), expand-abbrev-handle(3), item-list(3), typst(9), wiki(9).
(c) Copyright JASSPA 2025
Last Modified: 2025/10/11
Generated On: 2025/12/01