For code/output blocks: Use ``` (aka backtick or grave accent) in a single line before and after the block. See: http://commonmark.org/help/
Typo store.py
-
In store.py on line 79:
if hasattt(self.broker, 'data_started'):
should be:
if hasattr(self.broker, 'data_started'):