mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00

Most importantly it retains formatting better, and supports different charsets far better than pandoc.
12 lines
104 B
HTML
12 lines
104 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body>
|
|
|
|
<h1>My First Heading</h1>
|
|
|
|
<p>My first paragraph.</p>
|
|
|
|
</body>
|
|
</html>
|
|
|
|
|