Skip to content

Latest commit

 

History

History
65 lines (38 loc) · 1.82 KB

File metadata and controls

65 lines (38 loc) · 1.82 KB

To do

Create a style for H6 filename designation and for H4 references.

Conventions to document

Filenames

Use H6 for only for filenames, which should normally precede code listings

###### file README.md

Use H4 for a section called Reference within a page:

Reference section

#### Reference (or References if more than one)

See See the [Front matter](https://vuepress.vuejs.org/guide/markdown.html#front-matter) in
the official VuePress documentaton

Cover these items

You can disable the navbar in YAML with navbar: false Also sidebar: false works too

https://github.com/vuejs/vuepress/blob/master/docs/.vuepress/config.js

Setting title in config.js

https://github.com/vuejs/vuepress/blob/master/docs/.vuepress/config.js

See if that's only for the default theme. I assume it is.

Markdown stuff to discuss

## I got yer table of contents right here                                                                              
                                                                                                                       
[[toc]]    

Mention https://www.markdowntutorial.com

Config-title.md

config-title.md should be reorganized and may be broken. Move the action above the illustrated examples. I also think it's no longer accurate.

default-theme/hero-image.md

This fails, even though the image seems to be there: Screen shot of home page with hero text

markdown.md

markdown.md: Add info about escaping

style-overriding-default.md

style-overriding-default.md needs to recognize the split