template with backticks? #2009
Answered
by
harshad1
Yellow-Subroutine
asked this question in
General
-
Hi, I am having problems using templates that start with backticks (I want one for mermaid) - they seem to get stripped out when inserting the template. Is there a trick to do that? |
Beta Was this translation helpful? Give feedback.
Answered by
harshad1
Apr 4, 2023
Replies: 2 comments
-
backslash to escape. i.e.
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Yellow-Subroutine
-
Note that strings delimited by backticks are interpreted as dates in the java simpledate format i.e.
will print Today is 2023-04-04 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
backslash to escape.
i.e.