Please help prevent duplicate issues before submitting a new one: * [X] I've searched other open/closed issues for duplicates before opening up this new issue. # Report ## What did you do? I have the following markdown text ``` self.markdown = """ Example 1: - 1. Meiji Jingu - 2. Senso-ji Tempel - 3. Tokyo Skytree - 4. Ueno Zoo Example 2: 1. Meiji Jingu 2. Senso-ji Tempel 3. Tokyo Skytree 4. Ueno Zoo """ ``` ## What did you expect to happen? I am expecting at least the content is visible. Something like  ## What happened instead? It is shown as the following in `UITextView` 