Merge pull request from ArthurHoaro/plugins/md-html-doc

Describe markdown HTML rendering and display a warning
This commit is contained in:
Arthur 2016-12-03 08:52:12 +01:00 committed by GitHub
commit 19b3930ff3
4 changed files with 32 additions and 3 deletions

View file

@ -38,11 +38,11 @@
<tr data-line="{$key}" data-order="{$counter}">
<td class="center"><input type="checkbox" name="{$key}" id="{$key}" checked="checked"></td>
<td class="center">
<a href="#"
<a href="#" class="arrow"
onclick="return orderUp(this.parentNode.parentNode.getAttribute('data-order'));">
</a>
<a href="#"
<a href="#" class="arrow"
onclick="return orderDown(this.parentNode.parentNode.getAttribute('data-order'));">
</a>