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

27 lines
410 B
Markdown
Raw Normal View History

2024-04-25 07:41:05 +02:00
---
title: "Demo - Summary Rendering Test 5 (😥 Medium)"
date: 2024-04-25T1:54:16+08:00
draft: false
tags: [Hugo]
---
```c
int main() {
return 0; // <!--more--> Only see this in the summary view
}
```
<mark>You MUST NOT see me in the preview</mark>
## Test Heading
The content below should also be hidden in the summary view.
<!--more-->
```html
Will <!--<!--more--> cause a rendering issue?
```