Use HTML in entries #6
Closed
julesjanssen
started this conversation in
Ideas
Replies: 3 comments 2 replies
-
Hi @julesjanssen! As long as the keepachangelog standard allows it, I allow it in this package. So a PR is absolutely welcome for this functionality and I actually think it would be a good idea to support the use case you mentioned in your example. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Just released this feature in v2.1.0! Thank you for your work! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
First of all: thanks for open sourcing this lib.
I'd like to use bits of HTML in the entries of my changelog through markdown. Example:
- Updated **some library** to fix [this nasty bug](https://link-to-bug/)
Currently, the entries are returned as plain text (after being parsed as rich markdown results). Would you be open to a PR that returns HTML results per entry?
Or perhaps one that turns entries into Entry objects with a text & html method? The
__toString
on this object could return the text version, which could potentially make this a backwards compatible update.Beta Was this translation helpful? Give feedback.
All reactions