Skip to content

Commit 115f77d

Browse files
tarsiusjrblevin
authored andcommitted
Fill all library headings to 80th character
1 parent 53db081 commit 115f77d

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

markdown-mode.el

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -578,7 +578,7 @@ requires Emacs to be built with ImageMagick support."
578578
(const :tag "No maximum height" nil)))))
579579

580580

581-
;;; Markdown-Specific `rx' Macro
581+
;;; Markdown-Specific `rx' Macro ==============================================
582582

583583
;; Based on python-rx from python.el.
584584
(eval-and-compile
@@ -1648,7 +1648,7 @@ START and END delimit region to propertize."
16481648
(markdown-syntax-propertize-comments start end))))
16491649

16501650

1651-
;;; Markup Hiding
1651+
;;; Markup Hiding =============================================================
16521652

16531653
(defconst markdown-markup-properties
16541654
'(face markdown-markup-face invisible markdown-markup)
@@ -4516,7 +4516,7 @@ at the beginning of the block."
45164516
(goto-char (next-single-property-change (point) prop)))))))
45174517

45184518

4519-
;;; Footnotes ==================================================================
4519+
;;; Footnotes =================================================================
45204520

45214521
(defun markdown-footnote-counter-inc ()
45224522
"Increment `markdown-footnote-counter' and return the new value."
@@ -4832,7 +4832,7 @@ text to kill ring), and list items."
48324832
(kill-region (point) (progn (markdown-forward-block) (point)))))
48334833

48344834

4835-
;;; Indentation ====================================================================
4835+
;;; Indentation ===============================================================
48364836

48374837
(defun markdown-indent-find-next-position (cur-pos positions)
48384838
"Return the position after the index of CUR-POS in POSITIONS.
@@ -5442,7 +5442,7 @@ Assumes match data is available for `markdown-regex-italic'."
54425442
See also `markdown-mode-map'.")
54435443

54445444

5445-
;;; Menu ==================================================================
5445+
;;; Menu ======================================================================
54465446

54475447
(easy-menu-define markdown-mode-menu markdown-mode-map
54485448
"Menu for Markdown mode"
@@ -8436,7 +8436,7 @@ BEG and END are the limits of scanned region."
84368436
(remove-overlays nil nil 'face 'markdown-gfm-checkbox-face))))
84378437

84388438

8439-
;;; Display inline image =================================================
8439+
;;; Display inline image ======================================================
84408440

84418441
(defvar markdown-inline-image-overlays nil)
84428442
(make-variable-buffer-local 'markdown-inline-image-overlays)
@@ -8696,7 +8696,7 @@ position."
86968696
(markdown-edit-code-block))))))
86978697

86988698

8699-
;;; Table Editing
8699+
;;; Table Editing =============================================================
87008700

87018701
;; These functions were originally adapted from `org-table.el'.
87028702

@@ -9416,7 +9416,7 @@ rows and columns and the column alignment."
94169416
(markdown-table-forward-cell)))
94179417

94189418

9419-
;;; ElDoc Support
9419+
;;; ElDoc Support =============================================================
94209420

94219421
(defun markdown-eldoc-function ()
94229422
"Return a helpful string when appropriate based on context.
@@ -9632,7 +9632,7 @@ rows and columns and the column alignment."
96329632
'markdown-mode-font-lock-keywords "v2.4")
96339633

96349634

9635-
;;; Viewing modes
9635+
;;; Viewing modes =============================================================
96369636

96379637
(defcustom markdown-hide-markup-in-view-modes t
96389638
"Enable hidden markup mode in `markdown-view-mode' and `gfm-view-mode'."
@@ -9673,7 +9673,7 @@ rows and columns and the column alignment."
96739673
(read-only-mode 1))
96749674

96759675

9676-
;;; Live Preview Mode ============================================
9676+
;;; Live Preview Mode ========================================================
96779677
;;;###autoload
96789678
(define-minor-mode markdown-live-preview-mode
96799679
"Toggle native previewing on save for a specific markdown file."

0 commit comments

Comments
 (0)