To create an ASCII art, just add identifier ascii
to code blocks:
```ascii
┌──────────────────────────────────────────┐
│Command Prompt - □ x │
├──────────────────────────────────────────┤
│Microsoft Windows [Version 10.0.0] │
│(c) 2015 Microsoft Corporation. │
│ │
│C:\> node --version │
│v20.1.0 │
│ │
│C:\> │
└──────────────────────────────────────────┘
```
┌──────────────────────────────────────────┐
│Command Prompt - □ x │
├──────────────────────────────────────────┤
│Microsoft Windows [Version 10.0.0] │
│(c) 2015 Microsoft Corporation. │
│ │
│C:\> node --version │
│v20.1.0 │
│ │
│C:\> │
└──────────────────────────────────────────┘