Skip to content

Commit

Permalink
generating md from html files
Browse files Browse the repository at this point in the history
  • Loading branch information
CI-nokia authored and CI-nokia committed Apr 28, 2020
1 parent 5ba5b82 commit eee5516
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions docs/help/whats_new/0_9_4.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,31 @@
<html>
<head>
<link href="PLUGINS_ROOT/org.robotframework.ide.eclipse.main.plugin.doc.user/help/style.css" rel="stylesheet" type="text/css"/>
<style>
table {
border-collapse: collapse ;
width: auto;
}
tr {
border: 1px solid #ccc ;
border-left: none;
border-right: none;
}
th {
text-align: left ;
}
table tbody td {
border:none !important;
}
td:nth-child(1) {
vertical-align: top;
}
table {
border-left: none;
border-right: none;
}

</style>
</head>
<body>
<a href="RED/../../../help/index.html">RED - Robot Editor User Guide</a> &gt; <a href="RED/../../../help/whats_new.html">What's new</a> &gt;
Expand All @@ -13,6 +38,18 @@
<td><p>Standalone branded RED is using eclipse 2020-03 (4.15) as platform.
</p></td>
</tr>
<tr>
<td><b>Robot Framework 3.2</b></td>
<td><p>New features from last Robot Framework release are supported.
</p></td>
</tr>
<tr>
<td><b>Line indentation separator</b></td>
<td><p>User defined separator is inserted instead of tab for line indentation.
</p>
<img src="images/0_9_4_user_separator.gif"/>
</td>
</tr>
</table>
</body>
</html>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit eee5516

Please sign in to comment.