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
<span title='There is no note that matches this link.' class='invalid-link'> <span class='invalid-link-brackets'>[[</span> wikilink <span class='invalid-link-brackets'>]]</span></span>
I have tried escaping with multiple combinations of backslashes and backticks, but without success. I can't find a way to render a simple [[wikilink]] in code (which is making it difficult to document my workflow).
To reproduce
Steps to reproduce the behavior:
Inside a note, type [[wikilink]] surrounded by backticks (I don't know how to escape them in here too 🥴)
Render the note in Jekyll
Expected behavior
The code-fenced wikilink should be rendered as
[[wikilink]]
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Operating system: macOS 12.1
Ruby version: Ruby 3.0.3
The text was updated successfully, but these errors were encountered:
Describe the bug
When I write
inside a note, that gets rendered as
I have tried escaping with multiple combinations of backslashes and backticks, but without success. I can't find a way to render a simple
[[wikilink]]
in code (which is making it difficult to document my workflow).To reproduce
Steps to reproduce the behavior:
[[wikilink]]
surrounded by backticks (I don't know how to escape them in here too 🥴)Expected behavior
The code-fenced wikilink should be rendered as
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: