Skip to content

Commit

Permalink
v0.8.3: render bullet points in « preview » mode
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienjoly committed Aug 12, 2017
1 parent 6c5cfdc commit 6181199
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "trello-outliner-power-up",
"version": "0.8.2",
"version": "0.8.3",
"description": "Comment Editor by AJ: a Trello Power-Up that allows you to edit card comments using an Outliner.",
"homepage": "https://adrienjoly.com/trello-outliner",
"main": "server/server.js",
Expand Down
2 changes: 1 addition & 1 deletion views/comment-editor.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ <h3>Editing comment from card <a href="https://trello.com/c/{{comment.data.card.
</div>

<div class="comment-frame">
<div class="comment-box">
<div class="comment-box markeddown">
<textarea class="comment-box-input js-new-comment-input" placeholder="Write a comment…" tabindex="1" dir="auto">{{comment.data.text}}</textarea>
<!--
<div class="comment-box-options">
Expand Down

0 comments on commit 6181199

Please sign in to comment.