BurntSushi / erd

Translates a plain text description of a relational database schema to a graphical entity-relationship diagram.
The Unlicense
1.8k stars 156 forks source link

Remove unnecessary escaping. #56

Closed stijnherreman closed 5 years ago

stijnherreman commented 5 years ago

The escaping was introduced in commit e8d8656.

mmzx commented 5 years ago

Thank you!