gpt4 book ai didi

gitlab - 带有 Markdown 的扰流板中的代码块

转载 作者:行者123 更新时间:2023-12-01 07:46:35 24 4
gpt4 key购买 nike

Markdown 中有什么方法可以将代码(在 ``` 内)与剧透(在 !> 之后)语法结合起来,以便在剧透内获得一些代码?

我正在使用 GitLab 中实现的 Markdown 。

最佳答案

https://docs.gitlab.com/ee/user/markdown.html#details-and-summary
您可以使用原始 HTML

<p>
<details>
<summary>Click this to collapse/fold.</summary>

These details <em>remain</em> <strong>hidden</strong> until expanded.

<pre><code>PASTE LOGS HERE</code></pre>

</details>
</p>
或者现在 GitLab 在 <details> 内支持 Markdown block
<details>
<summary>Click this to collapse/fold.</summary>

These details _remain_ **hidden** until expanded.

```
PASTE LOGS HERE
```

</details>

关于gitlab - 带有 Markdown 的扰流板中的代码块,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32181339/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com