This is a test post.
# This is a code snippet
def test_looks():
"""
Testing how it looks.
Note: No formatting in docstrings.
"""
return 1 + 1
Editing just a bit
This is a test post.
# This is a code snippet
def test_looks():
"""
Testing how it looks.
Note: No formatting in docstrings.
"""
return 1 + 1
Editing just a bit