danielflower / maven-gitlog-plugin

Generates a change log for maven projects using git

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Escape markdown tags on commit message

aelamrani opened this issue · comments

For example, if i have this kind of commit : 'Removed unused tags'

The markdown generated will interprete on the commit message.

Solution : escape these tags by doing : 'Removed unused <html> tags'