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
Copy file name to clipboardExpand all lines: docs/cli/changelog/render.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -98,6 +98,12 @@ When `--file-type asciidoc` is specified, the command generates a single asciido
98
98
99
99
The asciidoc output uses attribute references for links (for example, `{repo-pull}NUMBER[#NUMBER]`).
100
100
101
+
AsciiDoc output ignores the `--dropdowns` flag and always uses a standardized format with the following characteristics:
102
+
103
+
- Multi-block entries (containing description, Impact, and Action sections) use proper list continuation markers (`+`) to maintain list structure
104
+
- Strong text formatting uses idiomatic single asterisk syntax (`*Impact:*`, `*Action:*`) following AsciiDoc best practices
105
+
- All content blocks are properly attached to their parent list items for correct rendering
106
+
101
107
### Multiple PR and issue links
102
108
103
109
Changelog entries can reference multiple pull requests and issues using the `prs` and `issues` array fields. When an entry has multiple links, all of them are rendered inline for that entry:
0 commit comments