|||

Markdown

I’ve been writing a lot recently, such as this blog, in markdown. I’ve referenced cheatsheets etc, but I’m always a sucker for quick, braindump, crash course type of videos to follow along. I love inserting a quick learning or tutorial between tasks.

Crash Course

This time it is Markdown Crash Course Video by @traversymedia approximately 20 minutes, gives the fundamentals of markdown, and a couple from github markdown syntax.

He also uses a Code extension called Auto-Open Markdown Preview, that shows a preview in another pane of a markdown file when opened. This alone will save me a step in my workflow. Note it doesn’t show images or the github syntax in preview.

Markdown Crash Course Video by @traversymedia https://youtu.be/HUBNt18RFbo

Cheat Sheet

The below is the cheetsheet walked through in the video. I learned two new items the inline code block, and the task lists. So Win, I learned something.

Headings

<!-- Headings -->
# Heading 1
## Heading 2
### Heading 3
#### Heading 4
##### Heading 5
###### Heading 6

Heading 1

Heading 2

Heading 3

Heading 4

Heading 5
Heading 6

Italics

<!-- Italics for italics either an asterisk or an underscore before and after the text -->
*This text* is italic

_This text_ is italic

This text is italic

This text is italic

Strong

<!-- Strong for strong either two asterisk or two underscore before and after the text-->
**This text** is strong

__This text__ is strong

This text is strong

This text is strong

Strikethrough

<!-- Strikethrough -->
~~This text~~ is strikethrough

This text is strikethrough

Horizonal Rule

<!-- Horizontal Rule uses either hyphens or underscores-->
---
___


Blockquote

<!-- Blockquote -->
> This is a blockquote

This is a blockquote

<!-- Links -->
[Scott Bollinger](https://scott-bollinger.com "hover title here")

Scott Bollinger

Unordered List

<!-- Unordered List -->
* Item 1
* Item 2
* Item 3
    * Nested Item 1
    * Nested Item 2
  • Item 1
  • Item 2
  • Item 3
    • Nested Item 1
    • Nested Item 2

Ordered List

<!-- Ordered List -->
1. Item 1
1. Item 2
1. Item 3
  1. Item 1
  2. Item 2
  3. Item 3

Inline Code Block

<!-- Inline Code Block -->
`<p>This is a paragraph</p>`

<p>This is a paragraph</p>

Images

<!-- Images -->
![avatar picture for @kfalconspb](https://scott-bollinger.com/_Images/kfalconspb.jpg)

avatar picture for @kfalconspb

Fenced Code Blocks

<!-- Fenced Code Blocks -->
```bash
  npm install
  npm start
```

```javascript
  function add(num1, num2) {
    return num1 + num2;
  }
```

```python
  def add(num1, num2):
    return num1 + num2
```
  npm install
  npm start
  function add(num1, num2) {
    return num1 + num2;
  }
  def add(num1, num2):
    return num1 + num2

Github Markdown

Tables

<!-- Tables -->
| Name     | Email         |
| ---------| --------------|
| John Doe | [email protected]|
| Jane Doe | [email protected]|
Name Email
John Doe
Jane Doe

Task Lists

<!-- Task Lists -->

* [x] Task 1
* [ ] Task 2 not complete
  • Task 1
  • Task 2 not complete

Task Lists not currently working in blot.im needs further troubleshooting.

Up next What’s New with Fusion and Workstation [HCP1833] 0100-macos-softwareupdate-cli
Latest posts 0104-change-synology-password-cli 0105-free-git-ebook 0103-using-brew-bundle-to-backup-and-restore-mac-app-store-and-brew-apps Update macOS with an all in one alias Mac App Store Command Line Interface 0100-macos-softwareupdate-cli Markdown Crash Course Video What’s New with Fusion and Workstation [HCP1833] File IO in Python Overview of vSphere 7 Video 0095-what_is_iso Migrating Website HTML details Tag Microsoft RD Client iOS App 0091-create_vmware_esxi_usb_install_media Intel NUC Lab Hosts Hardware Setup 0089-installng_microsoft_sql_2016 Installing the First Two Domain Controllers in the VMware ESXi 6.7 Lab Environment 0088-deploy_vcsa_in_lab Macchanger Utility, and Usage Install a Kali Linux VM in a VMware ESXi 6.7 Environment Install Ubuntu 18.04 Virtual Machine in a VMware ESXi 6.7 Environment Install xRDP on Ubuntu 18.04 Install Chromium on Ubuntu 18.04 Install OpenSSH on Ubuntu 18.04 Install VMware Workstation 14 on Ubuntu 18.04 Nested ESXi server Laboratorium Rattus The Animal Within Who is Veeam? RSAC OnDemand Videos 0075-create_win10_sandbox_vm