Skip to main content

Editing tips

Page titles

Page titles should always be in sentence case.

If a page title doesn't provide enough context on its own, include the parent title and then a colon, with a space after the colon, e.g.

Law assessments: Exercises

The site will ignore everything before the colon in the navigation for clarity and space-saving.

If you have a title that naturally has two parts, use an – in the title instead of a colon, with a space either side, e.g.

A1.4 Algebraic fractions – Addition and subtraction

Use sentence case before and after the : or the dash in all cases.

MathJax

MathJax uses dollar signs (\$) to demarcate where equations start and end. This can be an issue if you have text with two dollar signs in it. Everything in between will be interpreted as an equation:

Douglas holidays Pty Ltd is a company which owns two holiday villas. There are twenty members who contribute an amount of $500 per annum for the general upkeep and $5 per annum to have coffee at their meetings.

The solution is to escape each dollar sign using a backslash (\) character:

Douglas holidays Pty Ltd is a company which owns two holiday villas. There are twenty members who contribute an amount of \$500 per annum for the general upkeep and \$5 per annum to have coffee at thier meetings.

<blockquote>Douglas holidays Pty Ltd is a company which owns two holiday villas. There are twenty members who contribute an amount of \$500 per annum for the general upkeep and \$5 per annum to have coffee at their meetings.</blockquote>

H5P

Include h5p-resizer.js after the iframe so that it resizes correctly.

<iframe title="Title" src="https://rmit.h5p.com/x"></iframe>
<script src="https://rmit.h5p.com/js/h5p-resizer.js" charset="UTF-8"></script>

Keywords