From c900b034718e24a0965b45c1b0f0a3ca918da39e Mon Sep 17 00:00:00 2001 From: David Lohmann <5475305+DLohmann@users.noreply.github.com> Date: Sun, 29 Jun 2025 14:54:15 -0700 Subject: [PATCH] Update README.md for ConversionConfig documentation Made the ConversionConfig documentation consistent with the Python class --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 02a63a5..398056e 100644 --- a/README.md +++ b/README.md @@ -159,10 +159,11 @@ The `ConversionConfig` class accepts the same parameters as the command line arg - `enable_slides`: Add slide delimiters - `try_multi_column`: Attempt to detect multi-column slides - `min_block_size`: Minimum text block size -- `wiki`: Output in TiddlyWiki format -- `mdk`: Output in Madoko format -- `qmd`: Output in Quarto format +- `is_wiki`: Output in TiddlyWiki format +- `is_mdk`: Output in Madoko format +- `is_qmd`: Output in Quarto format - `page`: Convert only specified page number +- `custom_titles`: Mapping of custom titles to their heading levels - `keep_similar_titles`: Keep similar titles with "(cont.)" suffix