While testing 1.3 with Kibana alpha5, I noticed that the Markdown titles in the Nav widget are not getting rendered:

The reason seems to be a missing space before the titles. i.e. we have:
###Packetbeat:
[Dashboard](/#/dashboard/Packetbeat-Dashboard)
[Web transactions](/#/dashboard/HTTP)
and should have:
### Packetbeat:
[Dashboard](/#/dashboard/Packetbeat-Dashboard)
[Web transactions](/#/dashboard/HTTP)
While testing 1.3 with Kibana alpha5, I noticed that the Markdown titles in the Nav widget are not getting rendered:
The reason seems to be a missing space before the titles. i.e. we have:
and should have: