Techscriptor is a Markdown editor that makes your writing precise and clear.
Techscriptor helps you avoid the following:
Techscriptor renders Markdown in the browser:
code
def F(n):
if n == 0 or n == 1:
return n
else:
return F(n - 1) + F(n - 2)
x = 7
print(f"F({x}) = {F(x)}")
tables:
Tables | Are | Cool |
---|---|---|
col 3 is | right-aligned | $1600 |
col 2 is | centered | $12 |
zebra stripes | are neat | $1 |
blockquotes:
Life is a long lesson in humility. — James M. Barrie
My reference. ↩︎
v0.1.2 by cbrincoveanu