mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-07 18:39:57 +00:00
19 lines
425 B
Plaintext
19 lines
425 B
Plaintext
title: HTML Entities Formatting
|
|
modifier: psd
|
|
created: 20110211142850
|
|
modified: 201102151515
|
|
tags: formatting
|
|
creator: matt
|
|
|
|
HTML entities can be used to easily type special characters:
|
|
{{{
|
|
Here is a quote symbol: "
|
|
And a pound sign: £
|
|
}}}
|
|
Displays as:
|
|
Here is a quote symbol: "
|
|
And a pound sign: £
|
|
!Notes
|
|
For a full list of available HTML references see:
|
|
http://www.w3schools.com/tags/ref_entities.asp
|