This HTML file was generated by portable-php.
Hello, World!
A "Hello, World!" program generally is a computer program that outputs or displays the message "Hello, World!". Such a program is very simple in most programming languages, and is often used to illustrate the basic syntax of a programming language. It is often the first program written by people learning to code.1 It can also be used as a sanity test to make sure that a computer language is correctly installed, and that the operator understands how to use it.
-
James A Langbridge (3 December 2013). Professional Embedded ARM Development. ISBN 9781118887820. ↩
How to generate this HTML file
Get portable-php to render a collection of Markdown files to HTML.
- Write posts in
/content
- Open
http://example.com/portable.php
in your browser - Save as
index.html
Or from the command-line:
php portable.php > index.html
Markdown examples
On top of plain Markdown, Markdown Extra adds support for footnotes, abbreviations, definition lists, tables, class
and id
attributes, fenced code blocks, and Markdown inside HTML blocks.
Additionally, images are properly enclosed in figure elements (with optional figcaption), and the loading="lazy"
attribute is added.
This is bold, italic, this is an internal link, this is not code
, press alt.


This text is in a blockquote.
This is a level 2 heading
This is a level 3 heading
- This
- is
- a list
- This
- is
- an
- ordered list
This is
preformatted
text.
this is a table | header | this column is right-aligned |
---|---|---|
these | content | 1234 |
are | cells | 56789 |
This sentence has a footnote.1
-
This is a footnote ↩