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 Jul 24, 2020
1 parent 3b794fa commit 0fefa9e
Show file tree
Hide file tree
Showing 4 changed files with 55 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

RED is modern editor based on Eclipse IDE to provide efficient and comfortable work with [RobotFramework](https://github.com/robotframework/robotframework) testware.

**Latest release - [RED 0.9.4 (2020-04-28)](https://github.com/nokia/RED/releases/latest)**
**Latest release - [RED 0.9.5 (2020-07-24)](https://github.com/nokia/RED/releases/latest)**


### Install from Marketplace/Update Site
Expand Down
2 changes: 2 additions & 0 deletions docs/help/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,8 @@
</li>
<li><a href="RED/../../help/whats_new/0_9_4.html">RED 0.9.4</a>
</li>
<li><a href="RED/../../help/whats_new/0_9_5.html">RED 0.9.5</a>
</li>
</ul></li>
</ul>
<h3>About</h3>
Expand Down
2 changes: 2 additions & 0 deletions docs/help/whats_new.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
</li>
<li><a href="RED/../../help/whats_new/0_9_4.html">RED 0.9.4</a>
</li>
<li><a href="RED/../../help/whats_new/0_9_5.html">RED 0.9.5</a>
</li>
</ul>
</body>
</html>
50 changes: 50 additions & 0 deletions docs/help/whats_new/0_9_5.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
<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;
<h2>RED 0.9.5</h2>
<p>Here are some noteworthy features and fixes available in RED 0.9.5
</p>
<table>
<tr>
<td><b>Eclipse platform</b></td>
<td><p>Standalone branded RED is using eclipse 2020-06 (4.16) as platform. RED is also
dropping support for eclipse Oxygen (4.7) thus making Photon (4.8) the oldest supported
platform.
</p></td>
</tr>
<tr>
<td><b>Robot Framework 2.x</b></td>
<td><p>Support for Robot Framework 2.9 was dropped. From now only RF 3.x is supported.
</p></td>
</tr>
</table>
</body>
</html>

0 comments on commit 0fefa9e

Please sign in to comment.