markdown(9)md - Markdown Markup File.
hkmd.emf - Markdown file hook definition
hkmdview.emf - Markdown browser 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. Further the mdview macros allows to browse a set of related Markdown files in an interactive way.
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")
}
```
mdview macro
Open file:
The command the loads the Markdown file and calls the mdview(3f) macro, entering browse mode for the file.
Another Markdown file may be selected in the generated browse page by either moving the cursor to the link and pressing return or double clicking on it with the left mouse button. MicroEmacs will then attempt to load and display the selected Markdown file. If the file does not yet exists the user is asked to create a new file.
abbrev-list(3), adoc(9), collapse-all(3), collapse-current(3), expand-abbrev-handle(3), item-list(3), mdview(3f), typst(9), wiki(9).
Ref: markdown(9) File: m9typ060.9 Date: 2026/08/26
(c) Copyright JASSPA 2026