-
Notifications
You must be signed in to change notification settings - Fork 1
Editing Content
Clare Macrae edited this page Oct 7, 2020
·
9 revisions
-
To create a new page, copy
template-page.md
-
In order to avoid problems when displaying previews of the website, we need to make sure the titles don't contain anything that could be interpreted as an HTML tag. Which is why instead of simply writing
#include <C++>
we write#include<C++>
in the titles. Instead of using "Less-Than Sign" and "Greater-Than Sign" symbols, we use "Fullwidth Less-Than Sign" https://www.compart.com/en/unicode/U+FF1C and "Fullwidth Greater-Than Sign" https://www.compart.com/en/unicode/U+FF1E. They look quite similar but aren't interpreted as HTML.
Things to consider
- Where to put it
- Create it
- Link to it from:
- Home page?
- Side bar?
- Any other pages?
- Check it for accessibility
- Tell our discord about it while still a draft