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
{{ message }}
This repository has been archived by the owner on May 23, 2024. It is now read-only.
Can we make the field names in the description yellow like the body (eg in "Deprecated metadata.connections.activities in the User representation" metadata.connections.activities should be yellow)
We should add in a small template system for Mill changelog version descriptions so we can wrap key pieces of data in declarations that can then be converted into styleable HTML elements.
The format of the template should be something like {parameter}parent_folder{/parameter} or {representation}Video{/representation}. Follow the current set of supported elements we have in Mill changelogs: https://github.com/vimeo/mill/wiki/Generating-Changelogs#json
When converted into HTML within the JSON formatter, these should be wrapped in span tags akin to how it already works in changelog changesets:
We should add in a small template system for Mill changelog version descriptions so we can wrap key pieces of data in declarations that can then be converted into styleable HTML elements.
The format of the template should be something like
{parameter}parent_folder{/parameter}
or{representation}Video{/representation}
. Follow the current set of supported elements we have in Mill changelogs: https://github.com/vimeo/mill/wiki/Generating-Changelogs#jsonWhen converted into HTML within the JSON formatter, these should be wrapped in
span
tags akin to how it already works in changelog changesets:And in the Markdown formatter, they should just be wrapped in backticks like everything else.
The text was updated successfully, but these errors were encountered: