speced / bikeshed

:bike: A preprocessor for anyone writing specifications that converts source files into actual specs.

Home Page:https://speced.github.io/bikeshed

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

backticks don't work inside of the link text

elf-pavlik opened this issue · comments

Given

[`Content-Security-Policy: sandbox`](https://www.w3.org/TR/CSP3/#directive-sandbox)

I would expect

Content-Security-Policy: sandbox

<a href="https://www.w3.org/TR/CSP3/#directive-sandbox"><code>Content-Security-Policy: sandbox</code></a>

But I get

[Content-Security-Policy: sandbox](https://www.w3.org/TR/CSP3/#directive-sandbox)
[<code>Content-Security-Policy: sandbox</code>](https://www.w3.org/TR/CSP3/#directive-sandbox)

Yup, known issue with the current parser design, will be fixed when I merge the inline-parsing branch