Breaking changes, rewrite; add support for plain text output and single page mode
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{{- $ratio := (split (.Get "ratio") ":") -}}
|
||||
{{- if strings.Contains .InnerDeindent "<--->" -}}
|
||||
{{- warnf "Columns shortcode separator '<--->' is deprecated, use markdown list instead." -}}
|
||||
{{- warnf "{{<columns>}} shortcode separator '<--->' is deprecated, use markdown list instead." -}}
|
||||
{{- $attributes := partial "docs/text/mapper" (dict
|
||||
"attributes" (cond .IsNamedParams .Params dict)
|
||||
"merge" (dict
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{{- warnf "Hint shortcode is deprecated, use markdown alerts format: '> [!NOTE] ...'" -}}
|
||||
{{- warnf "{{<hint>}} shortcode is deprecated, use markdown alerts format: '> [!NOTE] ...'" -}}
|
||||
{{- $attributes := partial "docs/text/mapper" (dict
|
||||
"attributes" (cond .IsNamedParams .Params dict)
|
||||
"merge" (dict
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{{- warnf "Section shortcode is deprecated and will be removed" -}}
|
||||
{{- warnf "{{<section>}} shortcode is deprecated and will be removed" -}}
|
||||
<dl>
|
||||
{{ range .Page.Pages }}
|
||||
<dt>
|
||||
|
||||
Reference in New Issue
Block a user