Problem:
Due to the way links are created using a regex replace, having any text inside a code block with the format [[what|ever]] will trigger it and replace that text with a link (which in turn will then be removed by Prism, leaving only the link text without the brackets behind).
Expected result:
Any text inside a code block or code area should just be left alone and not touched by any of the 11ty filters.
Problem:
Due to the way links are created using a regex replace, having any text inside a code block with the format
[[what|ever]]will trigger it and replace that text with a link (which in turn will then be removed by Prism, leaving only the link text without the brackets behind).Expected result:
Any text inside a code block or code area should just be left alone and not touched by any of the 11ty filters.