f1db2e1 fix underscores in underlined words

2 files Authored by Carlo Abelli 5 years ago, Committed by ddevault 5 years ago,
    fix underscores in underlined words
    
    Currently, the first underscore encountered while underlining ends
    underlining. As a result, underscores in underlined words are not
    ignored e.g. _hello_world_ does not parse correctly.
    
    This checks the next character to see if it is still in a word before
    ending underlining.
    
        
file modified
+4 -2
file modified
+9 -1