From c4d36fa56cb0daac67bf59a0ff8ce1528e65dad6 Mon Sep 17 00:00:00 2001 From: mysticmnd Date: Tue, 18 Jun 2024 21:35:36 +0530 Subject: [PATCH] Update readme --- README.source.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.source.md b/README.source.md index 4079b9f..3f41a38 100644 --- a/README.source.md +++ b/README.source.md @@ -83,6 +83,7 @@ var converter = new ReverseMarkdown.Converter(config); * `TableWithoutHeaderRowHandling` - handle table without header rows * `TableWithoutHeaderRowHandlingOption.Default` - First row will be used as header row (default) * `TableWithoutHeaderRowHandlingOption.EmptyRow` - An empty row will be added as the header row +* `TableHeaderColumnSpanHandling` - Set this flag to handle or process table header column with column spans > Note that UnknownTags config has been changed to an enumeration in v2.0.0 (breaking change)