Skip to content

Incorrect documentation due to curly braces being lost in translation #16875

@sparrowt

Description

@sparrowt

Problem description

The published web version of the docs incorrectly omits some crucial content which is in curly braces in markdown (despite it being inside triple backticks) resulting in missing/wrong documentation on the website..

Problem location

For example on https://docs.docker.com/engine/reference/builder/#label the command after "To view an image’s labels" shows up like this:

docker image inspect --format='' myimage

which is wrong - looking at the markdown source it is supposed to show this:

docker image inspect --format='{{json .Config.Labels}}' myimage

I reported this on #12741 but it was sadly closed by a robot (I missed the notification so did not mark it as fresh in time) - however it is still a problem.

Please would one of the maintainers freeze this issue so it doesn't suffer the same fate?

(I do care about helping to improve the docs, but I don't spend my entire life on github and am unlikely to have the motivation to re-file this issue again if it is left to languish again and I don't notice that a bot is about to close it...!)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions