eckelmannf / markdownToPdfActionTest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MarkdownToPdfActionTest

Description goes here... EDIT! push!!! Action!!

Text

I love to format text...

Bold

Love is bold

Italic

Italicized text is the cat's meow.

Bold & Italic

This text is really important.

Quotes

First Quote

Dorothy followed her through many of the beautiful rooms in her castle.

Second Quote

Dorothy followed her through many of the beautiful rooms in her castle.

The Witch bade her clean the pots and kettles and sweep the floor and keep the fire fed with wood.

Links

My favorite search engine is Duck Duck Go.

My favorite search engine is Duck Duck Go.

https://www.markdownguide.org

fake@example.com

I love supporting the EFF. This is the Markdown Guide. See the section on code.

Emoji

Gone camping! ⛺ Be back soon.

That is so funny! 😂

Lists

Lists are pretty usefull...

UL

  • First entry
  • Second entry
    • First sub second entry
    • Second sub second entry
  • Third entry

OL

  1. First item
  2. Second item
  3. Third item
    1. Indented item
    2. Indented item
  4. Fourth item

Code

Fenced

{
  "firstName": "John",
  "lastName": "Smith",
  "age": 25
}

Syntax Highlighting

{
  "firstName": "John",
  "lastName": "Smith",
  "age": 25
}

Table

Syntax Description
Header Title
Paragraph Text

Horizontal Lines

Try to put a blank line before...


...and after a horizontal rule.

Images

Internal

This is an internal image. This is so cool!

External

This is an external image. This is so much cooler!

About