fzankl / docsify-plugin-flexible-alerts

docsify plugin to convert blockquotes into beautiful and configurable alerts using preconfigured or own styles and alert types.
MIT License
129 stars 14 forks source link

Fixed rendering when content doesn't contain white spaces. #32

Closed fzankl closed 1 year ago

fzankl commented 1 year ago

In some cases when content of an alert does not contain white spaces, rendering of the alerts does not work as expected. This typically occurs when using non latin character encodings. With this fix the regex that parses the content is adjusted to ensure valid matches for all cases.