<div>
  <!-- ruleid: avoid-v-html -->
  <span dir="auto" class="markdown" v-html="entry.post"></span>
  <!-- ok: avoid-v-html -->
  <span dir="auto" class="markdown">{{entry.post}}</span>
</div>
