Skip to content

Add markdown support to your Quasar apps

Notifications You must be signed in to change notification settings

hawkeye64/quasarmarkdown

 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 61.6%
  • Vue 31.9%
  • HTML 3.6%
  • CSS 2.9%