hawkeye64 / quasarmarkdown

Add markdown support to your Quasar apps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Markdown with Quasar

This project shows how to add markdown support to your quasar projects.

To learn how it is achieved, please compare repository master with the initial tag v0.1.0:

github.com/ejez/quasarmarkdown/compare/v0.1.0..master

The added code is full of comments and explanations.

Fork and play with code: codesandbox.io.

Demo: codesandbox.io.

Project is based on quasar extension QMarkdown

Features

  • Use of vmd files with frontMatter and table of contents.

  • Use of frontMatter data (title, desc...) to set page meta tags using quasar meta plugin.

  • Table of contents component

About

Add markdown support to your Quasar apps


Languages

Language:JavaScript 61.6%Language:Vue 31.9%Language:HTML 3.6%Language:CSS 2.9%