Skip to content

Frantastic74/Template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 

Repository files navigation

GitHub Template

This is a template that mirrors the styles used in GitHub, which uses XAML, or markdown language. Anyone can have a GitHub account, and you can even use your personal GitHub alias or MSFT alias. If you use your personal account, you must 2FA your account if you are cloning wiht VSTS.

This guidance is more of how to use this style, in Word form, and also as a WYSIWYG by authoring in GitHub.

Applying Headings

Create headings, by typing the pound symbold, add space and Heading content. A H1 is # , H2 is ## <title> etc. Each pound (#) you add will decrease the heading size. Headings 1 & 2 are the 1st types in this document, 3 - 6 appear as follows:

Heading 1

Heading 2

Heading 3

Heading 4

Heading 5
Heading 6

Format Text elements and styles

Apply the following formatting styles:

  1. Bold - For any bold use two asterisks (** **) before and after the word. This is bold text.
  2. Italics - For italics, use a single asterisk (* *) before and after the word. This is italic text.
  3. Bold & Italic - For a combo of bold and italic (**_ **_), use This is bold and italic text.

Lists

You can have numbered and bullet lists as shown earlier and in the menu options above. To create embedded lists, use dashes (-), or stars (*) and 2 spaces before the dash or star (try to be consistent)

Example list:
  • The Envisioning Kick-off guidance is for organizations that have deployed one of the 2 systems:
    • Skype for Business online or hybrid, or,
    • Microsoft Teams cloud

Tables

Tables You can create tables by assembling a list of words and dividing them with hyphens - (for the first row), and then separating each column with a pipe (|:)

First Header Second Header
Content from cell 1 Content from cell 2
Content in the first column Content in the second column

Typographic replacements

Enable the following typographer options to see results. -- (c) (C) (r) (R) (tm) (TM) (p) (P) +-

Quotes

  • "double quotes" and 'single quotes'
  • Block quotes are used for quotations other than code samples.

Block quotes can be nested

by using additional greater-than signs right next to each other

or with spaces between arrow

Images

Example image I made

Unicorn

Links & URLs

(Need to add)

Code Samples

(Update)

About

Working on a Word to web template for XAML/Markdown

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published