mirror of
https://github.com/moodle/moodle.git
synced 2025-07-26 00:31:35 +02:00
14 lines
424 B
HTML
14 lines
424 B
HTML
<h1>HTML Mode</h1>
|
|
|
|
<p>You have the following possibilities:
|
|
<dl>
|
|
<dt>No HTML</dt>
|
|
<dd>Escapes all HTML-Tags. Formatting is done through the WikiWords. Filters work in this Mode.</dd>
|
|
<dt>Safe HTML</dt>
|
|
<dd>Some Tags are allowed and are displayed. There are no filters active which need tags in this mode !</dd>
|
|
<dt>HTML only</dt>
|
|
<dd>No WikiWords, just HTML. This option allows the use of the HTML-Editor.</dd>
|
|
</dl>
|
|
|
|
</p>
|