elastic / beats-dashboards

DEPRECATED. Moved to https://github.com/elastic/beats. Please use the new repository to add new issues.
Other
196 stars 73 forks source link

Nav widget issue with Kibana alpha5 #118

Closed tsg closed 8 years ago

tsg commented 8 years ago

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

screen shot 2016-08-22 at 14 16 23

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)
tsg commented 8 years ago

Fixed with #120.