Skip to content

Commit 290102c

Browse files
committed
Escape code in comments for correct webpage output
1 parent ee9a471 commit 290102c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

markdown-mode.el

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@
155155
;; * `markdown-css-path' - CSS file to link to in XHTML output.
156156
;;
157157
;; * `markdown-xhtml-header-content' - additional content to include
158-
;; in the XHTML <head> block.
158+
;; in the XHTML `<head>` block.
159159
;;
160160
;; * `markdown-xhtml-standalone-regexp' - a regular expression which
161161
;; indicates whether the output of `markdown-command' is standalone
@@ -218,8 +218,8 @@
218218
;; These commands all act on text in the active region, if any,
219219
;; and insert empty markup fragments otherwise. Logical styles
220220
;; include blockquote (`C-c C-s b`), preformatted (`C-c C-s p`),
221-
;; code (`C-c C-s c`), emphasis (`C-c C-s e`), and strong (`C-c
222-
;; C-s s`).
221+
;; code (`C-c C-s c`), emphasis (`C-c C-s e`), and strong
222+
;; (`C-c C-s s`).
223223
;;
224224
;; * Headers: `C-c C-t`
225225
;;

0 commit comments

Comments
 (0)