You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#### Using `JsonUnquotedLiteral` to encode `"null"` is forbidden
To avoid creating an inconsistent state, encoding a String equal to `"null"` is forbidden.
Use [JsonNull] or [JsonPrimitive] instead.
Knit generates an invalid link
* [Using `JsonUnquotedLiteral` to encode `"null"` is forbidden](#using-jsonunquotedliteral-to-encode-"null"-is-forbidden)
If I change the link to remove the quotation marks, then it works as expected.
* [Using `JsonUnquotedLiteral` to encode `"null"` is forbidden](#using-jsonunquotedliteral-to-encode-null-is-forbidden)
The text was updated successfully, but these errors were encountered:
aSemy
changed the title
Knit creates invalid links when text contains quotation mark "
Knit creates invalid TOC links when text contains quotation mark "Oct 20, 2022
Given some markdown
Knit generates an invalid link
* [Using `JsonUnquotedLiteral` to encode `"null"` is forbidden](#using-jsonunquotedliteral-to-encode-"null"-is-forbidden)
If I change the link to remove the quotation marks, then it works as expected.
* [Using `JsonUnquotedLiteral` to encode `"null"` is forbidden](#using-jsonunquotedliteral-to-encode-null-is-forbidden)
The text was updated successfully, but these errors were encountered: