aboutsummaryrefslogtreecommitdiffhomepage
path: root/content/en/content-management
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <[email protected]>2024-09-04 18:52:05 +0200
committerBjørn Erik Pedersen <[email protected]>2024-09-04 18:52:05 +0200
commit39fd3b557014e339bc6c68a7ff34a7734a735ee0 (patch)
treeb73deb9fd547d283f2e5fb6a3b8393994c6c14f8 /content/en/content-management
parentdec8cd4ada29218971743333f8ac662a9c06aad8 (diff)
downloadhugo-39fd3b557014e339bc6c68a7ff34a7734a735ee0.tar.gz
hugo-39fd3b557014e339bc6c68a7ff34a7734a735ee0.zip
Squashed 'docs/' changes from a49697e53..ccb1b97cb
ccb1b97cb Update blockquotes.md a5f51431c Add new-in label 39dac5838 Document ContentWithoutSummary de3c75694 Clarify blockquote render hook Markdown syntax d32f7856d Document change to data type returned by render hook Text methods 83fe7ccc3 Document table render hooks 601234147 netlify: Hugo 0.134.0 a583640a0 Add support for Obsidian type blockquote alerts 3e0080861 Merge commit 'dec8cd4ada29218971743333f8ac662a9c06aad8' 2dde06576 output: Fix docshelper template lookup order for AMP pages git-subtree-dir: docs git-subtree-split: ccb1b97cbb11e60aab0108b33a270cccdd2218f6
Diffstat (limited to 'content/en/content-management')
-rw-r--r--content/en/content-management/summaries.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/content/en/content-management/summaries.md b/content/en/content-management/summaries.md
index 7b81cf0a0..e0b2c9590 100644
--- a/content/en/content-management/summaries.md
+++ b/content/en/content-management/summaries.md
@@ -92,11 +92,11 @@ Note that the `summaryLength` is an approximate number of words.
Each summary type has different characteristics:
-Type|Precedence|Renders markdown|Renders shortcodes|Strips HTML tags|Wraps single lines with `<p>`
-:--|:-:|:-:|:-:|:-:|:-:
-Manual|1|:heavy_check_mark:|:heavy_check_mark:|:x:|:heavy_check_mark:
-Front&nbsp;matter|2|:heavy_check_mark:|:x:|:x:|:x:
-Automatic|3|:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:|:x:
+Type|Precedence|Renders markdown|Renders shortcodes|Wraps single lines with `<p>`
+:--|:-:|:-:|:-:|:-:
+Manual|1|:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:
+Front&nbsp;matter|2|:heavy_check_mark:|:x:|:x:
+Automatic|3|:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:
## Rendering