23 lines
693 B
Plaintext
23 lines
693 B
Plaintext
<map version="0.9.0">
|
|
<node ID="ID_0" TEXT="Notes Support">
|
|
<richcontent TYPE="NOTE">
|
|
<html>
|
|
<head/>
|
|
<body>
|
|
<p>This is a HTML node. List of values List of values 2</p>
|
|
<p>This is bold</p>
|
|
</body>
|
|
</html>
|
|
</richcontent>
|
|
<node ID="ID_1" POSITION="right" TEXT="Child Node">
|
|
<richcontent TYPE="NOTE">
|
|
<html>
|
|
<head/>
|
|
<body>
|
|
<p>This is a simple note</p>
|
|
</body>
|
|
</html>
|
|
</richcontent>
|
|
</node>
|
|
</node>
|
|
</map> |