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

30 lines
535 B
Markdown
Raw Permalink Normal View History

2024-04-25 07:41:05 +02:00
---
title: "Demo - Summary Rendering Test 7 (😱 Bad Dream)"
date: 2024-04-25T1:54:18+08:00
draft: true
hidden: true
2024-04-25 07:41:05 +02:00
tags: [Hugo]
---
```c {linenos=table}
int main() {
// Is your theme able to handle this?
// Are the content below rendered correctly?
return 0; // Only see this in the summary view
}
```
<!--<!--more-->
<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?
```