When you type an asterisk before a string of text in Google Docs: ``` * This is a string. ``` It tries to turn it into a bulleted list: > - This is a string. Could archieml parse bullets the same way it parses asterisks? Is there an even better solution?