2024-04-25 07:41:05 +02:00
|
|
|
---
|
|
|
|
title: "Demo - Summary Rendering Test 6 (🤯 Hard)"
|
|
|
|
date: 2024-04-25T1:54:17+08:00
|
2024-04-27 19:58:45 +02:00
|
|
|
draft: true
|
2024-04-29 09:47:00 +02:00
|
|
|
hidden: true
|
2024-04-25 07:41:05 +02:00
|
|
|
tags: [Hugo]
|
|
|
|
---
|
|
|
|
|
|
|
|
```c {linenos=inline}
|
|
|
|
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?
|
|
|
|
```
|