Hello, first post here. First of all, thank you Jeremy and all other developers for this marvelous tool. It's transformed the way I write.
I'm running into a bug with the markdown parser. It renders text in the tiddler body fine, but it seems to be throwing errors when it is called from other contexts. I get the error "Uncaught TypeError: this.processBlock is not a function" when:
- I navigate to the "References" tab after pressing the "Info" button on any tiddler
- I try to do anything with markdown tiddlers using the TIddlymap plugin, including its "make connections" button.
Neither of these errors occur when the markdown plugin is disabled, so I'm fairly sure it must be the culprit, but I was surprised not to find any other mentions of this bug on the web.
Thanks in advance for your help!