mirror of https://github.com/YunYouJun/valaxy
32 lines
600 B
Markdown
32 lines
600 B
Markdown
---
|
|
title: Partial Content Encryption
|
|
title_zh: 部分内容加密
|
|
toc: true
|
|
categories:
|
|
- examples
|
|
---
|
|
|
|
密码为 `valaxy`。
|
|
|
|
```md
|
|
<!-- valaxy-encrypt-start:valaxy -->
|
|
我是被加密的文本。
|
|
|
|
::: details dynamically rendered frontmatter 支持动态渲染
|
|
**Frontmatter**: {{ frontmatter }}
|
|
:::
|
|
<!-- valaxy-encrypt-end -->
|
|
```
|
|
|
|
## 渲染结果 {lang="zh-CN"}
|
|
|
|
## Rendering result {lang="en"}
|
|
|
|
<!-- valaxy-encrypt-start:valaxy -->
|
|
我是被加密的文本。
|
|
|
|
::: details dynamically rendered frontmatter 支持动态渲染
|
|
**Frontmatter**: {{ frontmatter }}
|
|
:::
|
|
<!-- valaxy-encrypt-end -->
|