You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Characters like < and > are parsed as markdown syntax and won't shown in output.
Something like feat: add <Header> to <App> will shown as: feat: add to
Current behavior
Characters like < and > are parsed as markdown syntax.
Expected behavior
Escape markdown syntax from commit messages.
Environment
standard-version version(s): 9.5.0
Node/npm version: v20.3.1
OS: Manjaro Linux 23.0.4
The text was updated successfully, but these errors were encountered:
Describe the bug
Characters like < and > are parsed as markdown syntax and won't shown in output.
Something like
feat: add <Header> to <App>
will shown as:feat: add to
Current behavior
Characters like < and > are parsed as markdown syntax.
Expected behavior
Escape markdown syntax from commit messages.
Environment
standard-version
version(s): 9.5.0The text was updated successfully, but these errors were encountered: