fn: ent
[contents]
f++ :
n++ :
Contents
Syntax
The syntax for
ent(string)
@ent(string)
Description
The
The entities currently available with Nift are in the table below:
syntax | output | rendered |
---|---|---|
` | ||
˜ | ||
! | ||
@ | ||
# | ||
$ | ||
% | ||
^ | ||
& | ||
* | ||
? | ||
< | ||
> | ||
( | ||
) | ||
[ | ||
] | ||
{ | ||
} | ||
− | ||
_ | ||
= | ||
+ | ||
| | ||
\ | ||
/ | ||
; | ||
: | ||
' | ||
" | ||
, | ||
. | ||
£ | ||
¥ | ||
€ | ||
§ | ||
± | ||
∓ | ||
≠ | ||
≤ | ||
≥ | ||
→ | ||
← | ||
↔ | ||
⇒ | ||
⇐ | ||
⇔ | ||
⇎ | ||
… | ||
syntax | output | rendered |
f++ example
Example of
ent('!') ent("<=") ent("...")
n++ example
Example of
@ent('!') @ent("<=") @ent("...")