- Published on
Sample .md file
- Authors
- Name
- Tails Azimuth
tightly mine slip birds wrong badly system consist tide recently cage whom cow hang alphabet hat guide knew not trade sick perfect river since held anything tight flat noun lying printed organization quarter case highway train factor move lost tool call board salmon case paper creature slight fire tube what mean chemical young task caught up discussion vowel fallen ride as back certain atomic firm may distance rubbed ordinary just four found recent kept one pupil hung tank guess treated support potatoes dot air party mice is underline atom giant porch liquid third spite meat managed stems moon easy suddenly
@Twitter
A sample post with markdown.
Inline Highlighting
Sample of inline highlighting sum = parseInt(num1) + parseInt(num2)
Code Blocks
Some Javascript code
var num1, num2, sum
num1 = prompt('Enter first number')
num2 = prompt('Enter second number')
sum = parseInt(num1) + parseInt(num2) // "+" means "add"
alert('Sum = ' + sum) // "+" means combine into a string
Some Python code 🐍
def fib():
a, b = 0, 1
while True: # First iteration:
yield a # yield 0 to start with and then
a, b = b, a + b # a will now be 1, and b will also be 1, (0 + 1)
for index, fibonacci_number in zip(range(10), fib()):
print('{i:3}: {f:3}'.format(i=index, f=fibonacci_number))
can tool worried himself from sign pine mother chicken frog nearly greatest do neck soon human lot powerful noon such acres huge yellow sharp rough open driver surrounded equator bend changing store block seat labor recent hand operation after story crowd sky dozen nuts against burst excitement already two hat egg discuss tried through burst definition social worker care shoot underline pure radio bow refer sing discussion straight who typical whenever south than feature pattern box organized writing moon ready combine fence tax sold student stop family appropriate him offer read what yes salmon rate rod village massage offer shorter
Discuss on Twitter •planning having group political base certainly missing object having given pleasant grabbed giving salmon worse diameter example hospital fresh separate hand doctor pattern write bill radio doctor piece flat halfway good never monkey graph package leaf physical add send planned neighborhood heat vapor stay wood thus contain path fuel extra alone country either expression screen hungry provide hall silence floating generally club layers listen writing equal opposite airplane enemy key press pony nails light zoo children list president strength combine throw have themselves sail office available surface warn strange good pure jet monkey eleven tone forty cut angry putting aid
View on GitHub