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
cli: gadak issue prints the markdown source, and --json carries it
The text form printed adf.PlainText of the description and of every
comment, so a heading came out as a bare line and bold as bare words. The
web editor opens on adf.Present's Source (GDK-1386), which made the CLI
the one surface where read → edit -m - → write pressed formatting flat
even inside the markdown subset (GDK-1394).
store.Detail and DetailComment now carry DescriptionMD / BodyMD, derived
on read by the same adf.Present the server uses — one owner, never
stored, the mirror keeps the origin's shape. printIssue prints those;
--json gets description_md and body_md beside the ADF. Golden test:
heading + code mark + bold in a list prints as `##`, backticks and `**`,
and FromMarkdown of the printed text is the stored document.
Gates: go build/vet/test, gofmt, doc-checks (snapshot regenerated).
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
`{"type":"bulletList","content":[{"type":"listItem","content":[{"type":"paragraph","content":[{"type":"text","text":"second call "},{"type":"text","text":"drops","marks":[{"type":"strong"}]},{"type":"text","text":" the key"}]}]}]}]}`)
2858
+
commentADF:=json.RawMessage(`{"type":"doc","version":1,"content":[{"type":"paragraph","content":[{"type":"text","text":"seen on "},{"type":"text","text":"staging","marks":[{"type":"em"}]}]}]}`)
0 commit comments