mrwilson / adr-viewer

Generate easy-to-read web pages for your Architecture Decision Records
MIT License
144 stars 25 forks source link

Handle UTF-8 characters #37

Closed colindean closed 9 months ago

colindean commented 1 year ago
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.

colindean commented 9 months ago

adr-viewer 1.4.0rc1 released #38 and resolved this.