From 1e7054bb6598edf0facd2b186bd0b284340f4872 Mon Sep 17 00:00:00 2001 From: Uwe Bessle Date: Sun, 23 Apr 2023 17:33:11 +0200 Subject: [PATCH] rename flemark.extension property according to #206 --- docs/example/workspace.dsl | 6 +++--- .../site/generatr/site/model/FlexmarkConfig.kt | 4 ++-- .../site/generatr/site/model/MarkdownToHtmlTest.kt | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/example/workspace.dsl b/docs/example/workspace.dsl index cf51c75f..25e93411 100644 --- a/docs/example/workspace.dsl +++ b/docs/example/workspace.dsl @@ -6,12 +6,12 @@ */ workspace "Big Bank plc" "This is an example workspace to illustrate the key features of Structurizr, via the DSL, based around a fictional online banking system." { properties { - // full list of available "flexmark.extensions" + // full list of available "generatr.markdown.flexmark.extensions" // "Abbreviation,Admonition,AnchorLink,Aside,Attributes,Autolink,Definition,Emoji,EnumeratedReference,Footnotes,GfmIssues,GfmStrikethroughSubscript,GfmTaskList,GfmUsers,GitLab,Ins,Macros,MediaTags,ResizableImage,Superscript,Tables,TableOfContents,SimulatedTableOfContents,Typographic,WikiLinks,XWikiMacro,YAMLFrontMatter,YouTubeLink" // ATTENTION: - // * "flexmark.extensions" must be separated by comma + // * "generatr.markdown.flexmark.extensions" values must be separated by comma // * it's not possible to use "GitLab" and "ResizableImage" extensions together - "flexmark.extensions" "Abbreviation,Admonition,AnchorLink,Attributes,Autolink,Definition,Emoji,Footnotes,GfmTaskList,GitLab,MediaTags,Tables,TableOfContents,Typographic" + "generatr.markdown.flexmark.extensions" "Abbreviation,Admonition,AnchorLink,Attributes,Autolink,Definition,Emoji,Footnotes,GfmTaskList,GitLab,MediaTags,Tables,TableOfContents,Typographic" } !docs workspace-docs !adrs workspace-adrs diff --git a/src/main/kotlin/nl/avisi/structurizr/site/generatr/site/model/FlexmarkConfig.kt b/src/main/kotlin/nl/avisi/structurizr/site/generatr/site/model/FlexmarkConfig.kt index d462c69a..999bc456 100644 --- a/src/main/kotlin/nl/avisi/structurizr/site/generatr/site/model/FlexmarkConfig.kt +++ b/src/main/kotlin/nl/avisi/structurizr/site/generatr/site/model/FlexmarkConfig.kt @@ -70,8 +70,8 @@ val availableExtensionMap: MutableMap = mutableMapOf