getgauge/spectacle

The preview in the browser still shows all the tags in a single line

Closed this issue · 1 comments

Tags defined in multiple lines should retain user input during preview.
Given tags :

tags: def, 
abc, asd, 
xyz

Expected behavior

tags: def, 
      abc, asd, 
      xyz

Actual behavior

tags: def, abc, asd, xyz

Version

Gauge version: 0.9.2.nightly-2017-08-11

Plugins
-------
csharp (0.10.1)
html-report (4.0.2.nightly-2017-08-07)
java (0.6.5.nightly-2017-07-26)
ruby (0.4.1)
spectacle (0.1.2)
xml-report (0.2.0)
zabil commented

Closing this as an old issue. However, any PR's to fix this will be merged.