Answer the question
In order to leave comments, you need to log in
How to display post image in markdown vue js?
How to display link to post image in markdown vue js
<div class="post-list">
<hr class="line" />
<p class="date" v-html="post.date" />
<h3 class="title" v-html="post.title" />
<img src="Вывести ссылку поста здесь" />
<p class="description" v-html="post.description" />
<b>{{ post.timeToRead }} min read</b>
<g-link :to="post.path" class="read"
>Read More
<span class="visuallyhidden">about {{ post.title }}</span></g-link
>
</div>
---
title: "Название поста"
description: "Краткое описание поста"
date: 2019-05-23
image: "Ссылка на изображение поста"
---
Здесь текст поста
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question