I was wondering why the WikifyWidget's HTML output of an internal link includes a # link.
```
\define test_link()[[a_test]]
<$wikify name=str_text_out text=<<test_link>> output="html">
1) <<str_text_out >>
</$wikify>
2) <<test_link>>
```
Both outputs look same, but clicking on link #1 opens the [[a_test]] navigates the browser to the #a_test bookmark and tiddler at the top of the story river. You can close the [[a_test]] tiddler, and link #2 can re-open it, but link #1 doesn't work because the the browser address already shows the #a_test bookmark.