Difference between revisions of "EDT4OL/Authoring/Author"
From WikiEducator
(→Useful wiki markup code) |
(Edit) |
||
| Line 11: | Line 11: | ||
|<nowiki><br></nowiki> | |<nowiki><br></nowiki> | ||
|''Single forced line break''<br> | |''Single forced line break''<br> | ||
| − | Sometimes the author must manually insert a line break to text which follows to start on a new line. | + | Sometimes the author must manually insert a line break to force the text which follows to start on a new line. |
|- | |- | ||
|<nowiki> ... </nowiki> | |<nowiki> ... </nowiki> | ||
| − | |''To force the wiki to ignore ('escape') wiki | + | |''To force the wiki to ignore ('escape') the effect of wiki markup contained between the opening and closing <nowiki> tags''<br> |
| + | For example, when the author want's to show the raw wiki markup used on a published page, rather than the wiki applying the formatting of the markup in the published view. | ||
|- | |- | ||
|} | |} | ||
Revision as of 01:18, 19 May 2022
On this course, you are not required to learn HTML markup. However there are a couple of handy wiki markup code you can use to improve page layout. In this section, we also provide tips for improving layout of pages for mobile responsive design, things you should avoid and suggestions for troubleshooting outline pages with syntax errors.
Useful wiki markup code
| Markup | Purpose |
|---|---|
| <br> | Single forced line break Sometimes the author must manually insert a line break to force the text which follows to start on a new line. |
| <nowiki> ... </nowiki> | To force the wiki to ignore ('escape') the effect of wiki markup contained between the opening and closing <nowiki> tags For example, when the author want's to show the raw wiki markup used on a published page, rather than the wiki applying the formatting of the markup in the published view. |