有道云笔记使用Markdown画出命令行窗口

作图效果如下(云笔记效果图):

有道云笔记使用Markdown画出windows命令行窗口

作图效果如下(CSDN效果图,效果较差):


┌────────────────────────────────────────────────────────┐
│C:\WINDOWS\system32\cmd.exe                       - □ x │
├────────────────────────────────────────────────────────┤
│Microsoft Windows [version 10.0.17763.379]              │
│(c) 2015 Microsoft Corporation. All rights reserved.    │
│                                                        │
│C:\>                                                    |
│                                                        │
│                                                        │
│                                                        │
│                                                        │
└────────────────────────────────────────────────────────┘

作图代码如下

<html>
<pre style="font-size: 12px; line-height: 12px; border: none; white-space: pre; background-color: transparent;">
<code style="background:black;color:white;">
┌────────────────────────────────────────────────────────┐
│C:\WINDOWS\system32\cmd.exe                       - □ x │
├────────────────────────────────────────────────────────┤
│Microsoft Windows [version 10.0.17763.379]              │
│(c) 2015 Microsoft Corporation. All rights reserved.    │
│                                                        │
│C:\&gt;                                                    |
│                                                        │
│                                                        │
│                                                        │
│                                                        │
└────────────────────────────────────────────────────────┘
</code></pre>
<html>

相关文章:

  • 2021-09-22
  • 2021-11-18
  • 2021-04-15
  • 2021-06-23
  • 2021-10-19
  • 2021-05-31
  • 2021-07-09
猜你喜欢
  • 2021-07-23
  • 2022-12-23
  • 2021-09-05
  • 2021-10-05
  • 2021-05-20
相关资源
相似解决方案