{"componentChunkName":"component---src-templates-blog-post-js","path":"/hello-world/","result":{"data":{"site":{"siteMetadata":{"title":"JonDevOps"}},"markdownRemark":{"id":"3577cf70-fb7b-5d67-aac2-87c315be0fc6","excerpt":"This is my first post on my new fake blog! How exciting! I’m sure I’ll write a lot more interesting things in the future. Oh, and here’s a great quote from this…","html":"
This is my first post on my new fake blog! How exciting!
\nI’m sure I’ll write a lot more interesting things in the future.
\nOh, and here’s a great quote from this Wikipedia on\nsalted duck eggs.
\n\n\nA salted duck egg is a Chinese preserved food product made by soaking duck\neggs in brine, or packing each egg in damp, salted charcoal. In Asian\nsupermarkets, these eggs are sometimes sold covered in a thick layer of salted\ncharcoal paste. The eggs may also be sold with the salted paste removed,\nwrapped in plastic, and vacuum packed. From the salt curing process, the\nsalted duck eggs have a briny aroma, a gelatin-like egg white and a\nfirm-textured, round yolk that is bright orange-red in color.
\n
\n \n \n
\n \n
You can also write code blocks here!
\nconst saltyDuckEgg = \"chinese preserved food product\"| Number | \nTitle | \nYear | \n
|---|---|---|
| 1 | \nHarry Potter and the Philosopher’s Stone | \n2001 | \n
| 2 | \nHarry Potter and the Chamber of Secrets | \n2002 | \n
| 3 | \nHarry Potter and the Prisoner of Azkaban | \n2004 | \n
This is a paragraph.
\nThis is a paragraph.Header 1\n========\n\nHeader 2\n--------# Header 1\n## Header 2\n### Header 3\n#### Header 4\n##### Header 5\n###### Header 6# Header 1 #\n## Header 2 ##\n### Header 3 ###\n#### Header 4 ####\n##### Header 5 #####\n###### Header 6 ######\n\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aliquam hendrerit mi posuere lectus. Vestibulum enim wisi, viverra nec, fringilla in, laoreet vitae, risus.
\n
> Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aliquam hendrerit mi posuere lectus. Vestibulum enim wisi, viverra nec, fringilla in, laoreet vitae, risus.\n\nThis is a header.
\n\n
\n- This is the first list item.
\n- This is the second list item.
\nHere’s some example code:
\n\nMarkdown.generate();
> ## This is a header.\n> 1. This is the first list item.\n> 2. This is the second list item.\n>\n> Here's some example code:\n>\n> Markdown.generate();- Red\n- Green\n- Blue\n\n* Red\n* Green\n* Blue\n\n- Red\n- Green\n- Bluecode goes here in this line- `code goes` here in this line\n- **bold** goes here1. Buy flour and salt\n1. Mix together with water\n1. Bakecode goes here in this line1. `code goes` here in this line\n1. **bold** goes hereParagraph:
\nCodeParagraph:\n\n Code* * *\n\n***\n\n*****\n\n- - -\n\n---------------------------------------This is an example link.
\nThis link has no title attr.
\nThis is an example reference-style link.
\nThis is [an example](http://example.com \"Example\") link.\n\n[This link](http://example.com) has no title attr.\n\nThis is [an example] [id] reference-style link.\n\n[id]: http://example.com \"Optional Title\"single asterisks
\nsingle underscores
\ndouble asterisks
\ndouble underscores
\n*single asterisks*\n\n_single underscores_\n\n**double asterisks**\n\n__double underscores__This paragraph has some code in it.
This paragraph has some `code` in it.