Typesetting:_Basic
stjohn_piano
Basic typesetting:
- Bold: \some text\
becomes some text.
- Italic: \some text\
becomes some text.
If you want to set a larger section of text (a line, several lines, etc) in bold or italic, the resulting EML is easier to read if you use \ and \.
Example:
Instead of
\Estimated diameter of the station: 500 metres.\
you can write
\
Estimated diameter of the station: 500 metres.
\
Both of these will produce:
Estimated diameter of the station: 500 metres.
Note: If you did this instead:
\
Estimated diameter of the station: 500 metres.
\
Then extra newlines would be added before and after the text, like this:
Estimated diameter of the station: 500 metres.
(Note: Depending on the browser and the rendered HTML element, the newline afterwards may not be shown.)