Skip to content

fw update: fix diagrams references#42

Open
vstehle wants to merge 1 commit into
ARM-software:mainfrom
vstehle:ref
Open

fw update: fix diagrams references#42
vstehle wants to merge 1 commit into
ARM-software:mainfrom
vstehle:ref

Conversation

@vstehle
Copy link
Copy Markdown
Contributor

@vstehle vstehle commented May 12, 2026

Firmware update chapter 4 is using the `:ref:' reStructuredText syntax to reference diagrams, but it does not render correctly.

There is no easy way in markdown to refer to an image, but fortunately the referenced diagrams are close enough to the referring texts to reduce the ambiguity.

As a workaround, remove the references completely and rework the text and images alt texts. This is not ideal but it does render correctly on github and with pandoc.

Fixes: #39

Firmware update chapter 4 is using the `:ref:' reStructuredText syntax to
reference diagrams, but it does not render correctly.

There is no easy way in markdown to refer to an image, but fortunately the
referenced diagrams are close enough to the referring texts to reduce the
ambiguity.

As a workaround, remove the references completely and rework the text and
images alt texts. This is not ideal but it does render correctly on github
and with pandoc.

Fixes: ARM-software#39
Signed-off-by: Vincent Stehlé <vincent.stehle@arm.com>
@vstehle
Copy link
Copy Markdown
Contributor Author

vstehle commented May 12, 2026

Hi @pergar01, please have a look and let me know if this workaround looks acceptable for you.

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.

Some references are not rendered correctly

1 participant