From 51b5b90956ae105916000bea6549e76b3e05f66f Mon Sep 17 00:00:00 2001
From: John MacFarlane <jgm@berkeley.edu>
Date: Sat, 14 Nov 2020 21:50:53 -0800
Subject: [PATCH] Fix small typo in manual for `--markdown-headings`.

---
 MANUAL.txt | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/MANUAL.txt b/MANUAL.txt
index 34153752b..28ffe2c53 100644
--- a/MANUAL.txt
+++ b/MANUAL.txt
@@ -970,12 +970,12 @@ header when requesting a document from a URL:
     current section, or the document. The default is
     `document`. Currently only affects the markdown writer.
 
-`--markdown-headings=setext`|`atx
+`--markdown-headings=setext`|`atx`
 
 :   Specify whether to use ATX-style (`#`-prefixed) or
     Setext-style (underlined) headings for level 1 and 2
-    headings in Markdown output.  (ATX is the default.)
-    ATX headings are always used for levels 3+.
+    headings in Markdown output.  (The default is `atx`.)
+    ATX-style headings are always used for levels 3+.
     This option also affects Markdown cells in `ipynb` output.
 
 `--atx-headers`