Skip to content

ejez/quasarmarkdown

Repository files navigation

Quasarmarkdown

Introduction

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

To learn how this is achieved, please compare the 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.

This project is based on the quasar extension QMarkdown

Demo

https://quasarmarkdown.netlify.com

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

  • scroll.js module that handles scrolling when clicking items in the TOC.