---input---
1. Hello
2. Mama

---tokens---
'1.'          Punctuation
' '           Text.Whitespace
'Hello'       Text
'\n'          Text.Whitespace

'2.'          Punctuation
' '           Text.Whitespace
'Mama'        Text
'\n'          Text.Whitespace
