Style Guide

beta 0.10.1+ default theme

This is a style guide for the test scripts

Typography

Headings


# This is heading 1
## This is heading 2
### This is heading 3
#### This is heading 4

Unordered List


  • List item 1
  • List item 2
  • List item 3

ordered List


  1. List item 1
  2. List item 2
  3. List item 3

I'm a inline-style link

Paragraphs


This is a paragraph sentence.

Tables

Tables Are Cool 🔥 Right
Value1 val ✔️

Success Outcome Messages


This is a success outcome item

Warning Outcome Messages


This is a warning outcome item

Danger Outcome Messages


This is a Danger outcome item

Contents

Bash Script Example


# install a new package
yarn global add packagename

# OR npm install -g packagename
# Creates a file named README with an extension md with the content '# Hello world!'
echo '# Hello world!'> README.md
Last Updated: 1/24/2020, 8:44:21 PM