My First Blog Post
@brunoSun May 01 2022
Sample Markdown
This is some basic, sample markdown.
Second Heading
- Unordered lists, and:
- One
- Two
- Three
- And more
Blockquote
And bold, italics.
And code highlighting:
var foo = 'bar';function baz(s) { return foo + ':' + s;}const msg = 'hello'import pandas as pddef get_df(): df = pd.DataFrame({'num_legs': [2, 4], 'num_wings': [2, 0]}, index=['falcon', 'dog']) return dfThe end ...