Fyrsti pistillin í Pelican vefþróun
Fyrsti pistillin í Pelican vefþróun er skrifaður í markdown rithætti
-
númeraður listi
-
bollu listi
Fyrsti pistillin í Pelican vefþróun er skrifaður í markdown rithætti
númeraður listi
bollu listi
Images can be displayed in Markdown.
Text within the square brackets is the image name. The path to the image goes between the round brackets.
The {static} tag indicates the image is stored in the content folder. This setting can be changed in pelicanconf.py.
Code blocks are preceeded by an indent, three : symbols and the name of the language.
All of the following code will be highlighted while the text is indented.
def do_twice(func):
def wrapper_do_twice(*args, **kwargs):
return func(*args, **kwargs).lower()
return wrapper_do_twice
@do_twice
def say_whee(some_text):
print(some_text)
x = 'Whee …Basic markdown examples are shown below
This text is bold This text is also bold
This text is italic This text is also italic
This text is italic and bold
A list with numbers: 1. One 2. Two …
more ...