infrastructure
├── common
├── production
│ ├── actions
│ │ ├── ingestion
│ │ ├── …
is rendering as
infrastructure
├── common
├── production
│ ├── actions
│ │ ├── ingestion
│ │ ├── …
inside of pre-formatted code blocks.
This could be as easy as ensuring that adr-viewer is reading and writing UTF-8 but could also necessitate adding <meta charset="UTF-8"> to the output's head element.
is rendering as
inside of pre-formatted code blocks.
This could be as easy as ensuring that adr-viewer is reading and writing UTF-8 but could also necessitate adding
<meta charset="UTF-8">
to the output's head element.