parameter markdown table - remove styling

This commit is contained in:
Hamish Willee
2020-10-22 15:44:03 +11:00
committed by Beat Küng
parent b14d0e4326
commit d91d7e3282
+1 -1
View File
@@ -11,7 +11,7 @@ class MarkdownTablesOutput():
"\n")
for group in groups:
result += '## %s\n\n' % group.GetName()
result += '<table style="width: 100%; table-layout:fixed; font-size:1.5rem; overflow: auto; display:block;">\n'
result += '<table>\n'
result += ' <colgroup><col style="width: 23%"><col style="width: 46%"><col style="width: 11%"><col style="width: 11%"><col style="width: 9%"></colgroup>\n'
result += ' <thead>\n'
result += ' <tr><th>Name</th><th>Description</th><th>Min > Max (Incr.)</th><th>Default</th><th>Units</th></tr>\n'