Purdue University
Indiana University

Online Simulation

And More

Top Tags

  1. ctsi
  2. collaboration
  3. translational research
  4. community
  5. informatics
  6. bioethics
  7. ctsi hub
  8. engagement
  9. education
  10. health
  11. bioinformatics
  12. overview
  13. regulatory
  14. patients
  15. social collaboration
  16. chep
  17. purdue research
  18. biostatistics
  19. portals
  20. training
  21. technology resources
  22. subject advocacy
  23. pcir
  24. information portals
  25. global health

Other

Support

Trouble Report

For immediate assistance browse through our support center. You can find answers to many questions in just a few minutes.

If still experiencing problems, send us a report.

required
Why the math question?

Help: Wiki HTML

by Nick Kisseberth

Table of Contents

The wiki supports inserting HTML into any wiki context.

HTML support is built-in, and does not require installing any additional packages.

How to Use HTML

To inform the wiki engine that a block of text should be treated as HTML, use the html processor.

This example should explain:

{{{
#!html

HTML Test

}}}

Results in:

HTML Test

Note that the wiki sanitizes your HTML code before displaying it. That means that if you try to use potentially dangerous constructs such as Javascript event handlers, those will be removed from the output.

{{{
#!html
This is the ''only'' way to go.
}}}

Results in:

This is the ''only'' way to go.

For spans, you should rather use the Macro call syntax:

  Hello [[span(''WORLD'' (click [#world-anchor here]), style=color: green; font-size: 120%, id=world-anchor)]]!

Results in:

Hello WORLD (click here)!

More Information


See also: Wiki Formatting, Wiki Macros

Last modified on 15 Oct, 2008