Closed homonoidian closed 1 year ago
Excerpts are an umbrella for comment/quote literal. We need to allow the following:
""" Hello "quoted" world! """ some ... [ code ! ] ''' Here we go, 'quoted nicely.' '''
Also I guess they should dedent their content automatically (ignoring the first line when it's not empty, that is, immediately following ''' or """ like so '''hello world or """hello world)?
'''
"""
'''hello world
"""hello world
Excerpts are an umbrella for comment/quote literal. We need to allow the following: