mirror of
https://github.com/moodle/moodle.git
synced 2025-02-02 22:29:18 +01:00
14 lines
444 B
HTML
14 lines
444 B
HTML
<p align="center"><b>HTML Mode</b></p>
|
|
|
|
<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>
|