` tags with a `name` parameter
are supported. If you are working with a platform supporting liquid tags (e.g. forem), use *dev.to* instead.
## TOC placement
diff --git a/src/commonMain/kotlin/ch/derlin/bitdowntoc/BitOptions.kt b/src/commonMain/kotlin/ch/derlin/bitdowntoc/BitOptions.kt
index 1d101b7..eca060f 100644
--- a/src/commonMain/kotlin/ch/derlin/bitdowntoc/BitOptions.kt
+++ b/src/commonMain/kotlin/ch/derlin/bitdowntoc/BitOptions.kt
@@ -44,7 +44,7 @@ object BitOptions {
"Whether to generate anchors below headings (BitBucket Server)"
)
val anchorsPrefix = BitOption(
- "anchors-prefix", "anchor prefix", "",
+ "anchors-prefix", "anchors prefix", "",
"Prefix added to all anchors and TOC links (e.g. 'heading-')"
)
val commentStyle = BitOption(
diff --git a/src/jsMain/resources/index.html b/src/jsMain/resources/index.html
index b83e659..d57fe76 100644
--- a/src/jsMain/resources/index.html
+++ b/src/jsMain/resources/index.html
@@ -121,6 +121,9 @@ Markdown TOC generator
dev.to → generate anchors, use
liquid tags for comments
+ (hashnode) → concat spaces, do not generate anchors, anchors prefix
+ set to heading-
+
If your markdown renderer is not on the list, turn on generate anchors