Markdig.SyntaxHighlighting
Markdig.SyntaxHighlighting copied to clipboard
fix NullReferenceException when parsing uncomplete code section.
test codes:
def hello_world():
print('Hello, World!')
for i in range(5):
print(f'Count: {i}')
# call
hello_world()