Markdig.SyntaxHighlighting icon indicating copy to clipboard operation
Markdig.SyntaxHighlighting copied to clipboard

fix NullReferenceException when parsing uncomplete code section.

Open NeverMorewd opened this issue 10 months ago • 1 comments

NeverMorewd avatar Feb 12 '25 02:02 NeverMorewd

test codes:

def hello_world():
    print('Hello, World!')
    for i in range(5):
        print(f'Count: {i}')
# call
hello_world()

NeverMorewd avatar Feb 12 '25 02:02 NeverMorewd