Hello, World!

2023-02-22
test

Heading 2 to test hello world in markdown.

Here are notes from a Craft Markdown export -

Test Markdown Export

Are you wondering how to export your markup from Craft CMS? You're not alone! Markdown is a popular markup language for web content, and exporting your markup from Craft CMS can make it easier to collaborate with others. In this post, we'll go over how to export your markup as Markdown, as well as some tips and tricks for getting the most out of your export.

What is Markdown?

Markdown is a lightweight markup language that is used to format text on websites and other online platforms. It is popular because it is easy to learn, as well as its readability and ability to produce well formatted text with minimal effort.

Markdown is often used to produce simple web documents such as blog posts, webpages, and even email. It is a versatile language that allows you to easily format text, add links, and even add images.

Exporting Your Markup from Craft

Craft CMS makes it easy to export your markup as Markdown. To export your markup, simply go to the Components panel in the Craft CMS admin, select the component you want to export, and then click the ‘Export’ button. This will open a popup window where you can choose to export your markup as Markdown. Once you select ‘Markdown’ from the list of file formats, your markup will be converted to Markdown and downloaded to your computer.

Formatting Your Markup

Once your markup is in Markdown format, it’s time to start formatting it. While there are many different ways to format your document in Markdown, here are some common tips:

  • Use headings to break up sections of text.
  • Use lists to easily structure your content.
  • Use code snippets to show off your code.

For example:

function helloWorld(){
  console.log("Hello, world!");
}

helloWorld();
  • Use tables to compare and contrast data.
Header 1Header 2Header 3
Cell 1-1Cell 1-2Cell 1-3
Cell 2-1Cell 2-2Cell 2-3
  • Use images to enhance your content.

![alt text](https://example.