Formatting Clashes

Doubling up on formatting

If a syntax highlighter applies a formatting, e.g. bolding, then if the same formattting is applied via RST markup, it might not make any difference, as e.g. the bold letters cannot become any bolder:

.. parsed-code-block:: yaml

    foo:
        unbolded: true
        **bolded**: true
foo:
    unbolded: true
    bolded: true