The jade symbol uses the pipe symbol ( | ). What if I want to write it on the page? How can i avoid this?
|
I just found a possible solution: use the pipeline itself to avoid the pipe instructions:
|| hello
displays
| hello
and this is true for any reserved character: we have a pipe in front, so we will consider it as plain text
Source: https://habr.com/ru/post/1234791/More articles:Truncated multiline label - c #How to confirm (or get the representation of an object in a string) if the string is created in the pool or not? - javaCapistrano Bundler: How to make it verbose? - ruby-on-railsHow to selectively disable -Werror using #pragma with gcc - cWhat is the right way to think C # secure access fast? - inheritanceIs there a way to debug RabbitMQ Consumer (php-ampqlib) using PhpStorm and Xdebug? - phpDelete axis scale - pythonDoes WPF use FallbackValue when binding fails due to null references? - c #you need to open the link in a new browser tab without leaving the current tab - javascriptSetting IFS for a single statement - bashAll Articles