PML, aka Practical Markup Language, is a text markup language created in 1986 by Christian Neumanns.
#2504on PLDB | 38Years Old |
[doc [title PML Demo]
[ch [title Introduction]
This is a [i simple] example.
You can add images, audio, and videos:
[image (
source = images/strawberries.jpg
width = 300
align = center
)]
]
[ch [title Source Code]
You can show highlighted source code:
[code (lang=java)
// Simple Java example
public static void sayHello ( String name ) {
System.out.println ( "Hello " + name );
}
code]
]
]