neocotic / europa

Library for converting HTML into valid Markdown
MIT License
159 stars 24 forks source link

Remove descriptions from symbols #92

Closed neocotic closed 2 years ago

neocotic commented 2 years ago

While symbol descriptions can be useful when inspecting instances during debugging, they can also lead to discovery issues and, more importantly, they can bloat bundled packages since their strings cannot be compressed. This commit removes all symbol descriptions to resolve this.