Revert "don't need to escape the inline tag if its in pre tag"
This reverts commit 4833f486b6
.
Being in a pre does not stop an inline directive from working.
master
parent
0025798751
commit
16ff593ab7
|
@ -53,5 +53,5 @@ Took me a minute to figure this out so I figured I'd share the steps I took:
|
||||||
* Created a new page where the RSS would be created with this content, replacing "first_page" with the page in my wiki with the earliest date:
|
* Created a new page where the RSS would be created with this content, replacing "first_page" with the page in my wiki with the earliest date:
|
||||||
|
|
||||||
<pre>
|
<pre>
|
||||||
[[!inline pages="* and !*/Discussion and created_after(first_page)" archive="yes" rss="yes" ]]
|
\[\[!inline pages="* and !*/Discussion and created_after(first_page)" archive="yes" rss="yes" ]]
|
||||||
</pre>
|
</pre>
|
||||||
|
|
Loading…
Reference in New Issue