Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 476 Bytes

File metadata and controls

25 lines (19 loc) · 476 Bytes

Docs: https://www.markdownguide.org/

MD to PDF

https://cloudconvert.com/md-to-pdf

Images

![Magic Gardens](/assets/images/philly-gardens.jpg "Philadelphia's Magic Gardens")

  • in square brackets: alt text
  • in parethesis: src
  • in quotes: title (displayed when hovering)

Mail-To Link

[luke@skywalker.com](mailto:luke@skywalker.com)

New Line

add 2 empty spaces to add a new line:

Hello  
World

This is rendered as a line break <br>.