Posts: 28
Threads: 3
Joined: Apr 2018
In the description of the plug-in you can not see the line, tell me how to insert it. I write %musicslistprinter_show:music%
When you go to the page, the plug-in displays: %musicslistprintershow:music%
Posts: 28
Threads: 3
Joined: Apr 2018
2018-04-28, 01:02:15
(This post was last modified: 2018-04-28, 01:03:07 by sergey-tregubov-48.)
Posts: 3,491
Threads: 106
Joined: Mar 2010
It uses Markdown syntax. You can use `...` for line code:
`%musicslistprinter_show:music%`
that would be rendered like:
%musicslistprinter_show:music%
Posts: 28
Threads: 3
Joined: Apr 2018
(2018-04-28, 02:03:29)Carlos Wrote: It uses Markdown syntax. You can use `...` for line code:
`%musicslistprinter_show:music%`
that would be rendered like:
%musicslistprinter_show:music%
It's ideal variant. Thanks!