Example wikitext: ```wikitext =H1= foo ==H2== bar ``` Right now the outline says "No symbols found in document 'tmp.wiki'". I would want it to show: - =H1= - ==H2== like what it shows for Markdown: - \# H1 - \#\# H1 ```markdown # H1 foo ## H2 bar ```