Skip to content

content: Document best practices for placing manual summary markers #3246

@jmooring

Description

@jmooring

For example....

NO:

content/example.md
---
title: Example
---

This is an example of **strong <!--more--> text** in a sentence. This is another sentence. 

This is another paragraph.

YES:

content/example.md
---
title: Example
---

This is an example of **strong text** in a sentence. This is another sentence. 

<!--more-->

This is another paragraph.

https://gohugo.io/content-management/summaries/#manual-summary

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions