【问题标题】:Show message only when user clicks on show in Markdown仅当用户单击 Markdown 中的显示时才显示消息
【发布时间】:2022-10-24 12:39:37
【问题描述】:

我有一条巨大的短信,我只想向对它的更多细节感兴趣的人显示。 在下面添加插图

初步预览

关于扩展消息

需要帮助使用降价来实现这一点。

【问题讨论】:

    标签: markdown commonmark


    【解决方案1】:

    你可以这样做

    <details>
    <summary> <b>Some title here</b> </summary>
      your long text here
    <details>
    

    如果您希望它默认打开,您可以像这样将属性open 添加到details 标签

    <details open>
    <summary> <b>Some title here</b> </summary>
      your long text here
    <details>
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2013-04-04
      • 2023-03-30
      • 2020-11-13
      • 1970-01-01
      • 2017-02-14
      • 1970-01-01
      • 2022-11-23
      • 1970-01-01
      相关资源
      最近更新 更多