|
@ -26,7 +26,7 @@ |
|
|
<markdown class="post-content post-scene" source=state.text /> |
|
|
<markdown class="post-content post-scene" source=state.text /> |
|
|
</div> |
|
|
</div> |
|
|
<div if(input.post.kind === "action") class="post-body color-text"> |
|
|
<div if(input.post.kind === "action") class="post-body color-text"> |
|
|
$ const prefix = (!state.multipart ? state.shortName + state.nameSuffix + " " : ""); |
|
|
|
|
|
|
|
|
$ const prefix = ((!state.multipart || state.prevWasText) ? state.shortName + state.nameSuffix + " " : ""); |
|
|
<markdown class="post-content post-action" source=(prefix + state.text) /> |
|
|
<markdown class="post-content post-action" source=(prefix + state.text) /> |
|
|
</div> |
|
|
</div> |
|
|
<div if(input.post.kind === "text") class="post-body color-text"> |
|
|
<div if(input.post.kind === "text") class="post-body color-text"> |
|
|