hugo-theme-anubis2/exampleSiteMultilingual/content/posts/demo-summary-rendering-1.md

24 lines
365 B
Markdown
Raw Normal View History

2024-04-25 07:41:05 +02:00
---
title: "Demo - Summary Rendering Test 1 (😃 Easy)"
date: 2024-04-25T1:54:12+08:00
draft: true
2024-04-25 07:41:05 +02:00
tags: [Hugo]
---
This is a summary rendering test.
## Test Heading
<!--more-->
`<!--more-->` is applied here.
## Test Heading Again
The content below should be hidden in the summary view.
<!--more-->
```html
Will <!--<!--more--> cause a rendering issue?
```