next
|
previous
|
forward
|
backward
|
up
|
top
|
index
|
toc
|
Macaulay2 website
Hypertext
>
ANCHOR
ANCHOR -- hypertext anchor
Synopsis
Usage:
ANCHOR{"id"=>u,p}
Inputs:
u
, the name of the anchor
p
, some hypertext
Consequences:
When converted to
html
, the phrase
p
will be enclosed in a hypertext anchor named
u
.
See also
hypertext
-- prepare hypertext for display
For the programmer
The object
ANCHOR
is
a
markup type
, with ancestor classes
Hypertext
<
BasicList
<
Thing
.