Hello WorldΒΆ
Source Document
Hello World
===========
This is the simplest use of awdur, a reStructuredText file with an embedded code block.
The code below is a valid "Hello, World!" application in Python.
.. code:: python
print("Hello, World!")
Rendered Document
$ awdur render hello-world.rst -o hello-world.html