From 7dcd221d93c14f94bcee3f6d0950affd76662420 Mon Sep 17 00:00:00 2001 From: "David P. Chassin" Date: Tue, 1 Oct 2024 17:38:50 -0700 Subject: [PATCH] Update quickdocs.py --- quickdocs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quickdocs.py b/quickdocs.py index 98c204c..9a7dc00 100644 --- a/quickdocs.py +++ b/quickdocs.py @@ -69,7 +69,7 @@ * `~~text~~`: ~~strikeout~~ text * `__text__`: __underline__ text * `^word`: ^superscript word (ends at space) - * `word`: _subscript word (ends at space) + * `_word`: _subscript word (ends at space) * ``text``: `code` text