mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
1356d85151
Most importantly it retains formatting better, and supports different charsets far better than pandoc.
13 lines
104 B
HTML
13 lines
104 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body>
|
|
|
|
<h1>My First Heading</h1>
|
|
|
|
<p>My first paragraph.</p>
|
|
|
|
</body>
|
|
</html>
|
|
|
|
|