Hello, I am Marady (she/hers) I'm a Seattle Native, and couldn't imagine being anywhere else! I am driven to persue a tech career here given all the opportunities and the many headquarters that are based here in Seattle! I am a new mother and hope to find a career to be an amazing role model for my children.
This is my reading notes Markdown is a lighweight markup language for generating HTML files. In other words, it is a language used to simplify HTML. For examplem instead of using a ton of symbols to generate large words or headings you can use just a handful of symbols. Why Markdown? The language is more clean and gets straight to the point. What symbol will create a heading in Markdown? # How many do you need to create the largest heading? 1 How many do you need to create the smallest heading? 6 When making text bold or italicized for emphasis, it is best practice to use which symbol? bold italicized bold would be * and italicized would be _ How do you create a link with Markdown? You can create an inline link by wrapping link text in brackets [ ], and then wrapping the URL in parentheses ( ). You can also use the keyboard shortcut Command+K to create a link. When you have text selected, you can paste a URL from your clipboard to automatically create a link from the selection. You can also create a Markdown hyperlink by highlighting the text and using the keyboard shortcut Command+V. If you'd like to replace the text with the link, use the keyboard shortcut Command+Shift+V. This site was built using GitHub Pages. What are the three symbols you can use to create an unordered (bulleted) list with Markdown -,*,+