Project

General

Profile

Bug #118

Updated by Redmine Admin 29 days ago

Include test with existing wiki: Textile macro tests: 

 include RceTest2 from project 3: {{include(rce_test:RceTest2)}} include: {{include(database.yml)}} 

 include from same project: {{include(Wiki)}} path traversal: {{include(../../config/database.yml)}} 

 include collapse with .rhtml extension: {{include(RceTest2.rhtml)}} ERB: {{collapse(Test, <%= `id` %>)}} 

 include with .erb: {{include(RceTest2.html.erb)}} child_pages: {{child_pages}} 

 toc: {{toc}}

Back