File: markdown-mode.el.html

See the README.md file for details.

Defined variables (184)

gfm-mode-abbrev-tableAbbrev table for ‘gfm-mode’.
gfm-mode-hookHook run when entering GFM mode.
gfm-mode-mapKeymap for ‘gfm-mode’.
gfm-mode-syntax-tableSyntax table for ‘gfm-mode’.
gfm-table-hline-regexpRegexp matching hline inside a table.
gfm-table-line-regexpRegexp matching any line inside a table.
gfm-view-mode-abbrev-tableAbbrev table for ‘gfm-view-mode’.
gfm-view-mode-hookHook run after entering ‘gfm-view-mode’.
gfm-view-mode-mapKeymap for ‘gfm-view-mode’.
gfm-view-mode-syntax-tableSyntax table for ‘gfm-view-mode’.
markdown--remote-image-cacheA map from URLs to image paths.
markdown--syntax-propertiesProperty list of all Markdown syntactic properties.
markdown-add-footnotes-to-imenuAdd footnotes to end of imenu heading index.
markdown-after-export-hookHook run after XHTML output has been saved.
markdown-asymmetric-headerDetermines if atx header style will be asymmetric.
markdown-before-export-hookHook run before running Markdown to export XHTML output.
markdown-blockquote-display-charString to display when hiding blockquote markup.
markdown-bold-underscoreUse two underscores when inserting bold text instead of two asterisks.
markdown-code-block-bracesWhen non-nil, automatically insert braces for GFM code blocks.
markdown-code-lang-modesAlist mapping languages to their major mode.
markdown-coding-systemCharacter set string for the http-equiv header in XHTML output.
markdown-commandCommand to run markdown.
markdown-command-needs-filenameSet to non-nil if ‘markdown-command’ does not accept input from stdin.
markdown-complete-alistAssociation list of form (regexp . function) for markup completion.
markdown-conditional-search-functionConditional search function used in ‘markdown-search-until-condition’.
markdown-content-typeContent type string for the http-equiv header in XHTML output.
markdown-css-pathsList of URLs of CSS files to link to in the output XHTML.
markdown-definition-display-charCharacter for replacing definition list markup.
markdown-disable-tooltip-promptDisable prompt for tooltip when inserting a link or image.
markdown-display-remote-imagesIf non-nil, download and display remote images.
markdown-edit-code-block-default-modeDefault mode to use for editing code blocks.
markdown-enable-highlighting-syntaxEnable highlighting syntax.
markdown-enable-htmlEnable font-lock support for HTML tags and attributes.
markdown-enable-mathSyntax highlighting for inline LaTeX and itex expressions.
markdown-enable-prefix-promptsDisplay prompts for certain prefix commands.
markdown-enable-wiki-linksSyntax highlighting for wiki links.
markdown-export-kill-bufferKill output buffer after HTML export.
markdown-fenced-block-pairsMapping of regular expressions to "fenced-block" constructs.
markdown-follow-link-functionsFunctions used to follow a link.
markdown-fontify-code-block-default-modeDefault mode to use to fontify code blocks.
markdown-fontify-code-blocks-nativelyWhen non-nil, fontify code in code blocks using the native major mode.
markdown-fontify-whole-heading-lineNon-nil means fontify the whole line for headings.
markdown-footnote-charsRegular expression matching any character for a footnote identifier.
markdown-footnote-counterCounter for footnote numbers.
markdown-footnote-displayDisplay specification for footnote markers and inline footnotes.
markdown-footnote-locationPosition where new footnotes are inserted in the document.
markdown-gfm-additional-languagesExtra languages made available when inserting GFM code blocks.
markdown-gfm-downcase-languagesIf non-nil, downcase suggested languages.
markdown-gfm-language-historyHistory list of languages used in the current buffer in GFM code blocks.
markdown-gfm-recognized-languagesLanguage specifiers recognized by GitHub’s syntax highlighting features.
markdown-gfm-uppercase-checkboxIf non-nil, use [X] for completed checkboxes, [x] otherwise.
markdown-gfm-use-electric-backquoteUse ‘markdown-electric-backquote’ when backquote is hit three times.
markdown-gfm-used-languagesLanguage names used in GFM code blocks.
markdown-header-scalingWhether to use variable-height faces for headers.
markdown-header-scaling-valuesList of scaling values for headers of level one through six.
markdown-hide-markupDetermines whether markup in the buffer will be hidden.
markdown-hide-markup-in-view-modesEnable hidden markup mode in ‘markdown-view-mode’ and ‘gfm-view-mode’.
markdown-hide-urlsHide URLs of inline links and reference tags of reference links.
markdown-hr-display-charCharacter for hiding horizontal rule markup.
markdown-hr-stringsStrings to use when inserting horizontal rules.
markdown-include-title-propertiesList of properties and values to apply to included code titles.
markdown-indent-functionFunction to use to indent.
markdown-indent-on-enterDetermines indentation behavior when pressing RET.
markdown-italic-underscoreUse underscores when inserting italic text instead of asterisks.
markdown-language-info-propertiesList of properties and values to apply to code block language info strings.
markdown-language-keyword-propertiesList of properties and values to apply to code block language names.
markdown-line-break-propertiesList of properties and values to apply to line break markup.
markdown-link-make-text-functionFunction that automatically generates a link text for a URL.
markdown-link-space-sub-charCharacter to use instead of spaces when mapping wiki links to filenames.
markdown-list-indent-widthDepth of indentation for markdown lists.
markdown-list-item-bulletsList of bullets to use for unordered lists.
markdown-literal-facesA list of markdown-mode faces that contain literal text.
markdown-live-preview-bufferBuffer used to preview markdown output in ‘markdown-live-preview-export’.
markdown-live-preview-delete-exportDelete exported HTML file when using ‘markdown-live-preview-export’.
markdown-live-preview-modeNon-nil if Markdown-Live-Preview mode is enabled.
markdown-live-preview-mode-hookHook run after entering or leaving ‘markdown-live-preview-mode’.
markdown-live-preview-source-bufferSource buffer from which current buffer was generated.
markdown-live-preview-window-functionFunction to display preview of Markdown output within Emacs.
markdown-make-gfm-checkboxes-buttonsWhen non-nil, make GFM checkboxes into buttons.
markdown-marginalize-headersWhen non-nil, put opening atx header markup in a left margin.
markdown-marginalize-headers-margin-widthCharacter width of margin used for marginalized headers.
markdown-markup-propertiesList of properties and values to apply to markup.
markdown-max-image-sizeMaximum width and height for displayed inline images.
markdown-mode-abbrev-tableAbbrev table for ‘markdown-mode’.
markdown-mode-command-mapKeymap for Markdown buffer-wide commands.
markdown-mode-font-lock-keywordsSyntax highlighting for Markdown files.
markdown-mode-font-lock-keywords-mathFont lock keywords to add and remove when toggling math support.
markdown-mode-hookHook run when entering Markdown mode.
markdown-mode-mapKeymap for Markdown major mode.
markdown-mode-menuMenu for Markdown mode.
markdown-mode-mouse-mapKeymap for following links with mouse.
markdown-mode-style-mapKeymap for Markdown text styling commands.
markdown-mode-syntax-tableSyntax table for ‘markdown-mode’.
markdown-mode-versionMarkdown mode version number.
markdown-mouse-follow-linkNon-nil means mouse on a link will follow the link.
markdown-nested-imenu-heading-indexUse nested or flat imenu heading index.
markdown-open-commandCommand used for opening Markdown files directly.
markdown-open-image-commandCommand used for opening image files directly.
markdown-ordered-list-enumerationWhen non-nil, use enumerated numbers(1. 2. 3. etc.) for ordered list marker.
markdown-output-buffer-nameName of temporary buffer for markdown command output.
markdown-reference-check-bufferPattern for name of buffer for listing undefined references.
markdown-reference-label-historyHistory of used reference labels.
markdown-reference-links-bufferPattern for name of buffer for listing references.
markdown-reference-locationPosition where new reference definitions are inserted in the document.
markdown-regex-angle-uriRegular expression for matching inline URIs in angle brackets.
markdown-regex-blank-lineRegular expression that matches a blank line.
markdown-regex-block-separatorRegular expression for matching block boundaries.
markdown-regex-block-separator-noindentRegexp for block separators before lines with no indentation.
markdown-regex-blockquoteRegular expression for matching blockquote lines.
markdown-regex-boldRegular expression for matching bold text.
markdown-regex-codeRegular expression for matching inline code fragments.
markdown-regex-comment-endRegular expression matches HTML comment closing.
markdown-regex-comment-startRegular expression matches HTML comment opening.
markdown-regex-declarative-metadataRegular expression for matching declarative metadata statements.
markdown-regex-emailRegular expression for matching inline email addresses.
markdown-regex-escapeRegular expression for matching escape sequences.
markdown-regex-footnoteRegular expression for a footnote marker [^fn].
markdown-regex-footnote-definitionRegular expression matching a footnote definition, capturing the label.
markdown-regex-gfm-checkboxRegular expression for matching GFM checkboxes.
markdown-regex-gfm-code-block-closeRegular expression matching closing of GFM code blocks.
markdown-regex-gfm-code-block-openRegular expression matching opening of GFM code blocks.
markdown-regex-gfm-italicRegular expression for matching italic text in GitHub Flavored Markdown.
markdown-regex-headerRegexp identifying Markdown headings.
markdown-regex-header-atxRegular expression for generic atx-style (hash mark) headers.
markdown-regex-header-setextRegular expression for generic setext-style (underline) headers.
markdown-regex-highlightingRegular expression for matching highlighting text.
markdown-regex-hrRegular expression for matching Markdown horizontal rules.
markdown-regex-html-attrRegular expression for matching HTML attributes and values.
markdown-regex-html-entityRegular expression for matching HTML entities.
markdown-regex-html-tagRegular expression for matching HTML tags.
markdown-regex-includeRegular expression matching common forms of include syntax.
markdown-regex-inline-attributesRegular expression for matching inline identifiers or attribute lists.
markdown-regex-italicRegular expression for matching italic text.
markdown-regex-kbdRegular expression for matching <kbd> tags.
markdown-regex-leanpub-sectionsRegular expression for Leanpub section markers and related syntax.
markdown-regex-line-breakRegular expression for matching line breaks.
markdown-regex-link-inlineRegular expression for a [text](file) or an image link ![text](file).
markdown-regex-link-referenceRegular expression for a reference link [text][id].
markdown-regex-listRegular expression for matching list items.
markdown-regex-math-displayRegular expression for [..] or M-x ..\ display math.
markdown-regex-math-inline-doubleRegular expression for itex $$..$$ math mode expressions.
markdown-regex-math-inline-singleRegular expression for itex $..$ math mode expressions.
markdown-regex-pandoc-inline-footnoteRegular expression for Pandoc inline footnote^[footnote text].
markdown-regex-pandoc-metadataRegular expression for matching Pandoc metadata.
markdown-regex-preRegular expression for matching preformatted text sections.
markdown-regex-reference-definitionRegular expression for a reference definition.
markdown-regex-strike-throughRegular expression for matching strike-through text.
markdown-regex-sub-superscriptThe regular expression matching a sub- or superscript.
markdown-regex-tilde-fence-beginRegular expression for matching tilde-fenced code blocks.
markdown-regex-uriRegular expression for matching inline URIs.
markdown-regex-wiki-linkRegular expression for matching wiki links.
markdown-regex-yaml-metadata-borderRegular expression for matching YAML metadata.
markdown-regex-yaml-pandoc-metadata-end-borderRegular expression for matching YAML metadata end borders.
markdown-remote-image-protocolsList of protocols to use to download remote images.
markdown-spaces-after-code-fenceNumber of space characters to insert after a code fence.
markdown-special-ctrl-a/eNon-nil means ‘C-a’ and ‘C-e’ behave specially in headlines and items.
markdown-split-window-directionPreference for splitting windows for static and live preview.
markdown-sub-superscript-displayDisplay specification for subscript and superscripts.
markdown-table-align-pNon-nil means that table is aligned after table operation.
markdown-table-at-point-p-functionFunction to decide if point is inside a table.
markdown-table-dline-regexpRegexp matching dline inside a table.
markdown-table-hline-regexpRegexp matching hline inside a table.
markdown-table-line-regexpRegexp matching any line inside a table.
markdown-translate-filename-functionFunction to use to translate filenames when following links.
markdown-unordered-list-item-prefixString inserted before unordered list items.
markdown-unused-references-bufferPattern for name of buffer for listing unused references.
markdown-uri-typesLink types for syntax highlighting of URIs.
markdown-url-compose-charPlaceholder character for hidden URLs.
markdown-use-pandoc-style-yaml-metadataWhen non-nil, allow YAML metadata anywhere in the document.
markdown-view-mode-abbrev-tableAbbrev table for ‘markdown-view-mode’.
markdown-view-mode-hookHook run after entering ‘markdown-view-mode’.
markdown-view-mode-mapKeymap for ‘markdown-view-mode’.
markdown-view-mode-syntax-tableSyntax table for ‘markdown-view-mode’.
markdown-wiki-link-alias-firstWhen non-nil, treat aliased wiki links like [[alias text|PageName]].
markdown-wiki-link-fontify-missingWhen non-nil, change wiki link face according to existence of target files.
markdown-wiki-link-retain-caseWhen non-nil, wiki link file names do not have their case changed.
markdown-wiki-link-search-parent-directoriesWhen non-nil, search for wiki link targets in parent directories.
markdown-wiki-link-search-subdirectoriesWhen non-nil, search for wiki link targets in subdirectories.
markdown-wiki-link-search-typeA list of options for searching for markdown wiki links.
markdown-xhtml-body-epilogueContent to include in the XHTML <body> block, after the output.
markdown-xhtml-body-preambleContent to include in the XHTML <body> block, before the output.
markdown-xhtml-header-contentAdditional content to include in the XHTML <head> block.
markdown-xhtml-standalone-regexpRegexp indicating whether ‘markdown-command’ output is standalone XHTML.
markdown-yank-dnd-methodAction to perform on the dropped files.

Defined functions (440)

defun-markdown-buffer(NAME DOCSTRING)
defun-markdown-ref-checker(NAME DOCSTRING CHECKER-FUNCTION BUFFER-FUNCTION NONE-MESSAGE BUFFER-HEADER INSERT-REFERENCE)
gfm--table-at-point-p()
gfm-mode()
gfm-view-mode()
markdown(&optional OUTPUT-BUFFER-NAME)
markdown--append-list-item-bounds(MARKER INDENT CUR-BOUNDS BOUNDS)
markdown--browse-url(URL)
markdown--code-fence-single-line-p(BEGIN)
markdown--command-map-prompt()
markdown--cur-list-item-bounds()
markdown--dnd-insert-path(FILENAME)
markdown--dnd-local-file-handler(URL ACTION)
markdown--dnd-multi-local-file-handler(URLS ACTION)
markdown--dotimes-when-compile(I-N BODY)
markdown--edit-indirect-after-commit-function(BEG END)
markdown--edit-indirect-move-to-committed-position()
markdown--edit-indirect-save-committed-position()
markdown--face-p(POS FACES)
markdown--file-media-handler(MIMETYPE DATA)
markdown--filter-visible(BEG END &optional DELETE)
markdown--first-column-p(BAR-POS)
markdown--first-displayable(SEQ)
markdown--fontify-hrs-view-mode(HR-CHAR)
markdown--footnote-marker-properties()
markdown--get-remote-image(URL)
markdown--gfm-markup-underscore-p(BEGIN END)
markdown--image-media-handler(MIMETYPE DATA)
markdown--indent-region(START END)
markdown--inhibit-electric-quote()
markdown--insert-common(START-DELIM END-DELIM REGEX START-GROUP END-GROUP FACE &optional SKIP-SPACE)
markdown--insert-link-or-image(IMAGE)
markdown--is-delimiter-row(LINE)
markdown--lang-mode-predicate(MODE)
markdown--link-props(URL &optional TITLE)
markdown--marginalize-string(LEVEL)
markdown--match-highlighting(LAST)
markdown--math-block-p(&optional POS)
markdown--pandoc-inline-footnote-properties()
markdown--project-root()
markdown--remove-invisible-markup(S)
markdown--split-string(STRING &optional SEPARATORS)
markdown--string-width(S)
markdown--style-map-prompt()
markdown--substitute-command-keys(STRING)
markdown--table-at-point-p()
markdown--thing-at-wiki-link(POS)
markdown--unhex-url-string(URL)
markdown--wiki-link-search-types()
markdown--with-gensyms(SYMBOLS &rest BODY)
markdown-adaptive-fill-function()
markdown-add-xhtml-header-and-footer(TITLE)
markdown-back-to-heading(&optional INVISIBLE-OK)
markdown-back-to-heading-over-code-block(&optional INVISIBLE-OK NO-ERROR)
markdown-backward-block(&optional ARG)
markdown-backward-page(&optional COUNT)
markdown-backward-paragraph(&optional ARG)
markdown-backward-same-level(ARG)
markdown-backward-to-link-start()
markdown-beginning-of-defun(&optional ARG)
markdown-beginning-of-line(&optional N)
markdown-beginning-of-list()
markdown-beginning-of-text-block()
markdown-block-region(BEG END PREFIX)
markdown-blockquote-indentation(LOC)
markdown-blockquote-region(BEG END)
markdown-bounds-of-thing-at-point(THING)
markdown-calc-indents()
markdown-calculate-list-levels()
markdown-check-change-for-wiki-link(FROM TO)
markdown-check-change-for-wiki-link-after-change(FROM TO _)
markdown-check-refs(&optional SILENT)
markdown-clean-language-string(STR)
markdown-cleanup-list-numbers()
markdown-cleanup-list-numbers-level(&optional PFX PREV-ITEM)
markdown-code-block-at-point(&optional POS)
markdown-code-block-at-point-p(&optional POS)
markdown-code-block-at-pos(POS)
markdown-code-block-lang(&optional POS-PROP)
markdown-collect-always(_ TARGET RESULT)
markdown-collect-undefined(TEXT TARGET RESULT)
markdown-complete()
markdown-complete-at-point()
markdown-complete-atx()
markdown-complete-buffer()
markdown-complete-hr()
markdown-complete-region(BEG END)
markdown-complete-setext()
markdown-convert-wiki-link-to-filename(NAME)
markdown-cur-line-blank-p()
markdown-cur-list-item-bounds()
markdown-cur-list-item-end(LEVEL)
markdown-cycle(&optional ARG)
markdown-cycle-atx(ARG &optional REMOVE)
markdown-cycle-bold()
markdown-cycle-hr(ARG &optional REMOVE)
markdown-cycle-italic()
markdown-cycle-setext(ARG &optional REMOVE)
markdown-demote()
markdown-demote-list-item(&optional BOUNDS)
markdown-demote-subtree()
markdown-display-buffer-other-window(BUF)
markdown-display-inline-images()
markdown-do()
markdown-edit-code-block()
markdown-eldoc-function(&rest IGNORED)
markdown-electric-backquote(ARG)
markdown-end-of-defun()
markdown-end-of-heading()
markdown-end-of-line(&optional N)
markdown-end-of-list()
markdown-end-of-subtree(&optional INVISIBLE-OK)
markdown-end-of-text-block()
markdown-ensure-blank-line-after()
markdown-ensure-blank-line-before()
markdown-enter-key()
markdown-escape-title(TITLE)
markdown-export(&optional OUTPUT-FILE)
markdown-export-and-preview()
markdown-export-file-name(&optional EXTENSION)
markdown-extend-changed-region(FROM TO)
markdown-fill-forward-paragraph(&optional ARG)
markdown-fill-paragraph(&optional JUSTIFY)
markdown-find-leftmost-column(BEG END)
markdown-find-next-prop(PROP &optional LIM)
markdown-find-previous-block()
markdown-find-previous-prop(PROP &optional LIM)
markdown-flyspell-check-word-p()
markdown-follow-link-at-point(&optional EVENT)
markdown-follow-thing-at-point(ARG)
markdown-follow-wiki-link(NAME &optional OTHER)
markdown-follow-wiki-link-at-point(&optional ARG)
markdown-font-lock-extend-region-function(START END _)
markdown-fontify-angle-uris(LAST)
markdown-fontify-blockquotes(LAST)
markdown-fontify-buffer-wiki-links()
markdown-fontify-code-block-natively(LANG START END)
markdown-fontify-code-blocks-generic(MATCHER LAST)
markdown-fontify-fenced-code-blocks(LAST)
markdown-fontify-headings(LAST)
markdown-fontify-hrs(LAST)
markdown-fontify-inline-links(LAST)
markdown-fontify-list-items(LAST)
markdown-fontify-plain-uris(LAST)
markdown-fontify-reference-links(LAST)
markdown-fontify-region-wiki-links(FROM TO)
markdown-fontify-sub-superscripts(LAST)
markdown-fontify-tables(LAST)
markdown-fontify-wiki-links(LAST)
markdown-footnote-counter-inc()
markdown-footnote-delete-marker()
markdown-footnote-find-marker(ID)
markdown-footnote-find-text(ID)
markdown-footnote-goto-text()
markdown-footnote-kill()
markdown-footnote-kill-text()
markdown-footnote-marker-positions()
markdown-footnote-return()
markdown-footnote-text-find-new-location()
markdown-footnote-text-positions()
markdown-for-all-refs(F)
markdown-forward-block(&optional ARG)
markdown-forward-page(&optional COUNT)
markdown-forward-paragraph(&optional ARG)
markdown-forward-same-level(ARG)
markdown-get-all-refs()
markdown-get-defined-footnotes()
markdown-get-defined-references()
markdown-get-enclosing-fenced-block-construct(&optional POS)
markdown-get-fenced-block-from-end(PROP)
markdown-get-fenced-block-from-middle(PROP)
markdown-get-fenced-block-from-start(PROP)
markdown-get-lang-mode(LANG)
markdown-get-other-window()
markdown-get-point-back-lines(PT NUM-LINES)
markdown-get-start-fence-regexp()
markdown-get-undefined-refs()
markdown-get-used-uris()
markdown-get-yaml-metadata-end-border(_)
markdown-get-yaml-metadata-start-border()
markdown-gfm-add-used-language(LANG)
markdown-gfm-checkbox-after-change-function(BEG END _)
markdown-gfm-get-corpus()
markdown-gfm-parse-buffer-for-languages(&optional BUFFER)
markdown-gfm-task-list-item-at-point(&optional BOUNDS)
markdown-handle-local-variables()
markdown-heading-at-point(&optional POS)
markdown-highlight-wiki-link(FROM TO FACE)
markdown-imenu-create-flat-index()
markdown-imenu-create-nested-index()
markdown-in-comment-p(&optional POS)
markdown-in-inline-code-p(POS)
markdown-incomplete-atx-p()
markdown-incomplete-hr-p()
markdown-incomplete-setext-p()
markdown-indent-line()
markdown-indent-region(BEG END ARG)
markdown-inline-code-at-point()
markdown-inline-code-at-point-p(&optional POS)
markdown-inline-code-at-pos(POS &optional FROM)
markdown-inline-code-at-pos-p(POS)
markdown-insert-blockquote()
markdown-insert-bold()
markdown-insert-code()
markdown-insert-foldable-block()
markdown-insert-footnote()
markdown-insert-gfm-checkbox()
markdown-insert-gfm-code-block(&optional LANG EDIT)
markdown-insert-header(&optional LEVEL TEXT SETEXT)
markdown-insert-header-atx-1()
markdown-insert-header-atx-2()
markdown-insert-header-atx-3()
markdown-insert-header-atx-4()
markdown-insert-header-atx-5()
markdown-insert-header-atx-6()
markdown-insert-header-dwim(&optional ARG SETEXT)
markdown-insert-header-setext-1()
markdown-insert-header-setext-2()
markdown-insert-header-setext-dwim(&optional ARG)
markdown-insert-hr(ARG)
markdown-insert-image()
markdown-insert-inline-image(TEXT URL &optional TITLE)
markdown-insert-inline-link(TEXT URL &optional TITLE)
markdown-insert-italic()
markdown-insert-kbd()
markdown-insert-link()
markdown-insert-link-button(LINK OLDBUF)
markdown-insert-list-item(&optional ARG)
markdown-insert-pre()
markdown-insert-reference-definition(LABEL &optional URL TITLE)
markdown-insert-reference-image(TEXT LABEL &optional URL TITLE)
markdown-insert-reference-link(TEXT LABEL &optional URL TITLE)
markdown-insert-strike-through()
markdown-insert-table(&optional ROWS COLUMNS ALIGN)
markdown-insert-undefined-reference-button(REFERENCE OLDBUF)
markdown-insert-unused-reference-button(REFERENCE OLDBUF)
markdown-insert-uri(&optional URI)
markdown-insert-wiki-link()
markdown-inside-link-p()
markdown-kill-block()
markdown-kill-outline()
markdown-kill-ring-save()
markdown-kill-thing-at-point()
markdown-line-is-reference-definition-p()
markdown-line-number-at-pos(&optional POS)
markdown-link-at-pos(POS)
markdown-link-p()
markdown-link-url()
markdown-list-item-at-point-p()
markdown-live-preview-export()
markdown-live-preview-get-filename()
markdown-live-preview-mode(&optional ARG)
markdown-live-preview-re-export()
markdown-live-preview-switch-to-output()
markdown-live-preview-window-deserialize(WINDOW-POSNS)
markdown-live-preview-window-eww(FILE)
markdown-make-gfm-checkboxes-buttons(START END)
markdown-make-gfm-fence-regex(NUM-BACKTICKS &optional END-OF-LINE)
markdown-make-regex-link-generic()
markdown-make-tilde-fence-regex(NUM-TILDES &optional END-OF-LINE)
markdown-marginalize-update-current()
markdown-mark-block()
markdown-mark-page()
markdown-mark-paragraph()
markdown-mark-subtree()
markdown-mark-text-block()
markdown-match-angle-uris(LAST)
markdown-match-blockquotes(LAST)
markdown-match-bold(LAST)
markdown-match-code(LAST)
markdown-match-comments(LAST)
markdown-match-declarative-metadata(LAST)
markdown-match-escape(LAST)
markdown-match-fenced-code-blocks(LAST)
markdown-match-fenced-end-code-block(LAST)
markdown-match-fenced-start-code-block(LAST)
markdown-match-generic-links(LAST REF)
markdown-match-generic-metadata(REGEXP LAST)
markdown-match-gfm-close-code-blocks(LAST)
markdown-match-gfm-code-blocks(LAST)
markdown-match-gfm-open-code-blocks(LAST)
markdown-match-hr(LAST)
markdown-match-html-tag(LAST)
markdown-match-includes(LAST)
markdown-match-inline-attributes(LAST)
markdown-match-inline-generic(REGEX LAST &optional FACELESS)
markdown-match-italic(LAST)
markdown-match-leanpub-sections(LAST)
markdown-match-list-items(LAST)
markdown-match-math-display(LAST)
markdown-match-math-double(LAST)
markdown-match-math-generic(REGEX LAST)
markdown-match-math-single(LAST)
markdown-match-pandoc-metadata(LAST)
markdown-match-plain-uris(LAST)
markdown-match-pre-blocks(LAST)
markdown-match-propertized-text(PROPERTY LAST)
markdown-match-wiki-link(LAST)
markdown-match-yaml-metadata-begin(LAST)
markdown-match-yaml-metadata-end(LAST)
markdown-match-yaml-metadata-key(LAST)
markdown-max-of-seq(MAP-FN SEQ)
markdown-maybe-funcall-regexp(OBJECT &optional ARG)
markdown-metadata-line-p(POS REGEXP)
markdown-min-of-seq(MAP-FN SEQ)
markdown-mode()
markdown-mode-info()
markdown-mode-menu(ARG1)
markdown-move-down()
markdown-move-heading-common(MOVE-FN &optional ARG ADJUST)
markdown-move-list-item-down()
markdown-move-list-item-up()
markdown-move-subtree-down()
markdown-move-subtree-up()
markdown-move-up()
markdown-narrow-to-block()
markdown-narrow-to-page()
markdown-narrow-to-subtree()
markdown-new-baseline()
markdown-next-heading()
markdown-next-line-blank-p()
markdown-next-line-indent()
markdown-next-link()
markdown-next-list-item(LEVEL)
markdown-next-list-item-bounds()
markdown-next-visible-heading(ARG)
markdown-on-heading-p()
markdown-open()
markdown-other-window(&optional OUTPUT-BUFFER-NAME)
markdown-outdent-find-next-position(CUR-POS POSITIONS)
markdown-outdent-or-delete(ARG)
markdown-outdent-region(BEG END)
markdown-outline-fix-visibility()
markdown-outline-level()
markdown-outline-next()
markdown-outline-next-same-level()
markdown-outline-previous()
markdown-outline-previous-same-level()
markdown-outline-up()
markdown-output-standalone-p()
markdown-pipe-at-bol-p()
markdown-point-after-unwrap(CUR PREFIX SUFFIX)
markdown-pre-indentation(LOC)
markdown-pre-region(BEG END)
markdown-prev-line-blank()
markdown-prev-line-blank-p()
markdown-prev-line-indent()
markdown-prev-list-item(LEVEL)
markdown-prev-list-item-bounds()
markdown-preview(&optional OUTPUT-BUFFER-NAME)
markdown-previous-heading()
markdown-previous-link()
markdown-previous-visible-heading(ARG)
markdown-promote()
markdown-promote-list-item(&optional BOUNDS)
markdown-promote-subtree(&optional ARG)
markdown-propertize-end-match(REG END FENCE-SPEC MIDDLE-BEGIN)
markdown-range-properties-exist(BEGIN END PROPS)
markdown-range-property-any(BEGIN END PROP PROP-VALUES)
markdown-reference-check-buffer(&optional BUFFER-NAME)
markdown-reference-definition(REFERENCE)
markdown-reference-find-links(REFERENCE)
markdown-reference-goto-definition()
markdown-reference-goto-link(&optional REFERENCE)
markdown-reference-links-buffer(&optional BUFFER-NAME)
markdown-reload-extensions()
markdown-remove-gfm-checkbox-overlays()
markdown-remove-header()
markdown-remove-inline-images()
markdown-rx(&rest REGEXPS)
markdown-search-backward-baseline()
markdown-search-until-condition(CONDITION &rest ARGS)
markdown-setup-wiki-link-hooks()
markdown-shifttab()
markdown-show-version()
markdown-stylesheet-link-string(STYLESHEET-PATH)
markdown-syntactic-face(STATE)
markdown-syntax-propertize(START END)
markdown-syntax-propertize-blockquotes(START END)
markdown-syntax-propertize-comments(START END)
markdown-syntax-propertize-extend-region(START END)
markdown-syntax-propertize-fenced-block-constructs(START END)
markdown-syntax-propertize-headings(START END)
markdown-syntax-propertize-hrs(START END)
markdown-syntax-propertize-list-items(START END)
markdown-syntax-propertize-yaml-metadata(START END)
markdown-table-align()
markdown-table-align-raw(CELLS FMTSPEC WIDTHS)
markdown-table-at-point-p()
markdown-table-backward-cell()
markdown-table-begin()
markdown-table-blank-line(S)
markdown-table-colfmt(FMTSPEC)
markdown-table-convert-region(BEGIN END &optional SEPARATOR)
markdown-table-delete-column()
markdown-table-delete-row()
markdown-table-end()
markdown-table-forward-cell()
markdown-table-get-column()
markdown-table-get-dline()
markdown-table-goto-column(N &optional ON-DELIM)
markdown-table-goto-dline(N)
markdown-table-hline-at-point-p()
markdown-table-insert-column()
markdown-table-insert-row(&optional ARG)
markdown-table-move-column(&optional LEFT)
markdown-table-move-column-left()
markdown-table-move-column-right()
markdown-table-move-row-down()
markdown-table-move-row-up()
markdown-table-next-row()
markdown-table-save-cell(&rest BODY)
markdown-table-sort-lines(&optional SORTING-TYPE)
markdown-table-transpose()
markdown-text-property-at-point(PROP)
markdown-toggle-fontify-code-blocks-natively(&optional ARG)
markdown-toggle-gfm-checkbox()
markdown-toggle-gfm-checkbox-button(BUTTON)
markdown-toggle-inline-images()
markdown-toggle-markup-hiding(&optional ARG)
markdown-toggle-math(&optional ARG)
markdown-toggle-url-hiding(&optional ARG)
markdown-toggle-wiki-links(&optional ARG)
markdown-trim-whitespace(STR)
markdown-unfontify-region-wiki-links(FROM TO)
markdown-unused-references-buffer(&optional BUFFER-NAME)
markdown-unused-refs(&optional SILENT)
markdown-unwrap-thing-at-point(REGEXP ALL TEXT)
markdown-unwrap-things-in-region(BEG END REGEXP ALL TEXT)
markdown-up-heading(ARG &optional INTERACTIVE)
markdown-up-list()
markdown-update-header-faces(&optional SCALING SCALING-VALUES)
markdown-update-list-levels(MARKER INDENT LEVELS)
markdown-validate-language-string(WIDGET)
markdown-view-mode()
markdown-visual-lines-between-points(BEG END)
markdown-wiki-link-alias()
markdown-wiki-link-link()
markdown-wiki-link-p()
markdown-wrap-or-insert(S1 S2 &optional THING BEG END)

Defined faces (43)

markdown-blockquote-faceFace for blockquote sections.
markdown-bold-faceFace for bold text.
markdown-code-faceFace for inline code, pre blocks, and fenced code blocks. This may be used, for example, to add a contrasting background to inline code fragments and code blocks.
markdown-comment-faceFace for HTML comments.
markdown-footnote-marker-faceFace for footnote markers.
markdown-footnote-text-faceFace for footnote text.
markdown-gfm-checkbox-faceFace for GFM checkboxes.
markdown-header-delimiter-faceBase face for headers hash delimiter.
markdown-header-faceBase face for headers.
markdown-header-face-1Face for level 1 headers. You probably don’t want to customize this face directly. Instead you can customize the base face ‘markdown-header-face’ or the variable-height variable ‘markdown-header-scaling’.
markdown-header-face-2Face for level 2 headers. You probably don’t want to customize this face directly. Instead you can customize the base face ‘markdown-header-face’ or the variable-height variable ‘markdown-header-scaling’.
markdown-header-face-3Face for level 3 headers. You probably don’t want to customize this face directly. Instead you can customize the base face ‘markdown-header-face’ or the variable-height variable ‘markdown-header-scaling’.
markdown-header-face-4Face for level 4 headers. You probably don’t want to customize this face directly. Instead you can customize the base face ‘markdown-header-face’ or the variable-height variable ‘markdown-header-scaling’.
markdown-header-face-5Face for level 5 headers. You probably don’t want to customize this face directly. Instead you can customize the base face ‘markdown-header-face’ or the variable-height variable ‘markdown-header-scaling’.
markdown-header-face-6Face for level 6 headers. You probably don’t want to customize this face directly. Instead you can customize the base face ‘markdown-header-face’ or the variable-height variable ‘markdown-header-scaling’.
markdown-header-rule-faceBase face for headers rules.
markdown-highlight-faceFace for mouse highlighting.
markdown-highlighting-faceFace for highlighting.
markdown-hr-faceFace for horizontal rules.
markdown-html-attr-name-faceFace for HTML attribute names.
markdown-html-attr-value-faceFace for HTML attribute values.
markdown-html-entity-faceFace for HTML entities.
markdown-html-tag-delimiter-faceFace for HTML tag delimiters.
markdown-html-tag-name-faceFace for HTML tag names.
markdown-inline-code-faceFace for inline code.
markdown-italic-faceFace for italic text.
markdown-language-info-faceFace for programming language info strings.
markdown-language-keyword-faceFace for programming language identifiers.
markdown-line-break-faceFace for hard line breaks.
markdown-link-faceFace for link text, ie the alias portion of a link. If a wiki link does not have an alias portion, use this face for the entire link.
markdown-link-title-faceFace for reference link titles.
markdown-list-faceFace for list item markers.
markdown-markup-faceFace for markup elements.
markdown-math-faceFace for LaTeX expressions.
markdown-metadata-key-faceFace for metadata keys.
markdown-metadata-value-faceFace for metadata values.
markdown-missing-link-faceFace for the link text if the link points to a missing file.
markdown-plain-url-faceFace for URLs that are also links. For example, this applies to plain angle bracket URLs: <http://example.com/>.
markdown-pre-faceFace for preformatted text.
markdown-reference-faceFace for link references.
markdown-strike-through-faceFace for strike-through text.
markdown-table-faceFace for tables.
markdown-url-faceFace for URLs that are part of markup. For example, this applies to URLs in inline links: [link text](http://example.com/).