Skip to content

raf-release-notes.md: convert HTMLBlock body to markdown#46

Merged
jduval23 merged 1 commit into
rokudev:v2.0from
chrisdp:convert-raf-release-notes-from-htmlblock
May 18, 2026
Merged

raf-release-notes.md: convert HTMLBlock body to markdown#46
jduval23 merged 1 commit into
rokudev:v2.0from
chrisdp:convert-raf-release-notes-from-htmlblock

Conversation

@chrisdp
Copy link
Copy Markdown
Contributor

@chrisdp chrisdp commented May 15, 2026

Summary

The whole body of raf-release-notes.md was wrapped in a JSX <HTMLBlock>{...}</HTMLBlock> template literal. ReadMe doesn't run its markdown processor inside HTMLBlock, so the 19 [text](doc:slug) references inside (e.g., the link to setLimitAdTracking, Roku Ad Watermark, Demand API, RAF API method anchors) rendered literally as bracket-and-parens text.

Changes

Drop the wrapper and convert the inner HTML to plain markdown using the same conversion approach as PR #44 — headings to ### Version X.Y, lists to -, <strong>/<em> to **/*, etc.

No inbound links target this page's anchors (grep -rn raf-release-notes docs returns nothing in the doc bodies), so heading-slug drift from Confluence form to ReadMe auto-generated form has no cross-page consequences.

The whole body of this page was wrapped in a JSX
<HTMLBlock>{`...`}</HTMLBlock> template literal, which kept ReadMe's
markdown processor from rendering the 19 [text](doc:slug) references
inside (e.g., the link to setLimitAdTracking, Roku Ad Watermark,
Demand API, RAF API method anchors).

Drop the wrapper and convert the inner HTML to plain markdown so the
links render. No inbound links target this page's anchors, so heading
slug drift doesn't matter here.
@jduval23 jduval23 merged commit 3a48dc6 into rokudev:v2.0 May 18, 2026
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants