spring-io / github-changelog-generator

Generates release notes that can be published to GitHub
Apache License 2.0
106 stars 34 forks source link

Escape HTML tags in issue titles #80

Closed sbrannen closed 1 year ago

sbrannen commented 2 years ago

Spring Framework issue https://github.com/spring-projects/spring-framework/pull/28819 caused a problem in the generated change log.

The <tt> in the issue's title was not escaped.

I manually added the back ticks to the change log, but it would be nice if the generator could automatically escape HTML tags.