Speech-enables markdown-mode with smart heading and structure navigation. Instead of hearing "three pounds space", users hear "heading level 3".
Provides ‘emacsvox-markdown-reading-mode’, a minor mode that strips markup syntax when reading content, so you hear "car" instead of "star star car star star" for **car**.
Reading mode handles: images, links, task lists, code fences, tables, footnotes, horizontal rules, HTML comments, and escaped characters.
Keybindings (active in markdown-mode): - C-c C-s h: Speak current heading with level - C-c C-s r: Toggle reading mode
Toggle reading mode that strips markup syntax from speech. ARG enables the mode when positive, disables it otherwise, and toggles it when it is the symbol ‘toggle’. When enabled, voice personalities still indicate emphasis, headings, etc., but you won’t hear the literal markup characters. (fn &optional ARG)