Content
View differences
Updated by Jonas Heinrich (Finn) almost 12 years ago
Reproduce:
- Go to work packages, “New work package”
- Enter the following as content (remove the newline and spaces after \<)
<!-- end list -->
< pre>{{
include(WIKI PAGE NAME)}}< /pre>
< code>Writing about the code tag< /code>
- Click “Create”
Expected: Writing about textile syntax in OpenProject is possible (we need to track bugs about it). Wiki macros and HTML tags within \< pre\>, \< code\> and indented text are not interpreted.
Result: Macro and code within the pre tag are interpreted resulting in an error message for the macro.
By the way: Markdown can be completely documented in Markdown: http://daringfireball.net/projects/markdown/basics.text
- Go to work packages, “New work package”
- Enter the following as content (remove the newline and spaces after \<)
<!-- end list -->
< pre>{{
include(WIKI PAGE NAME)}}< /pre>
< code>Writing about the code tag< /code>
- Click “Create”
Expected: Writing about textile syntax in OpenProject is possible (we need to track bugs about it). Wiki macros and HTML tags within \< pre\>, \< code\> and indented text are not interpreted.
Result: Macro and code within the pre tag are interpreted resulting in an error message for the macro.
By the way: Markdown can be completely documented in Markdown: http://daringfireball.net/projects/markdown/basics.text