HomeTutorsContact
other
Markdown Syntax
Ana Kordon
Ana Kordon
June 21, 2023
1 min

Table Of Contents

01
Heading (rank 1)
02
JSX
Markdown Syntax

Heading (rank 1)

Heading 2

3

4

5
6

Block quote

  • Unordered
  • List
  1. Ordered
  2. List

A paragraph, introducing a thematic break:


some.code()

a link

an image

image
image

some emphasis, something strong, and finally a little code().

JSX

JSX is an extension to JavaScript that looks like HTML but makes it convenient to use components (reusable things). JSX is typically combined with a frontend framework like React, Preact, or Vue. These frameworks add support for components, which let you change repeating things like the following markup:

JSX is good for components. It makes repeating things more clear and allows for separation of concerns. MDX supports JSX syntax. The following looks a lot like HTML:

<MyComponent id="123" />
You can also use objects with components, such as the `thisOne` component on
the `myComponents` object: <myComponents.thisOne />
<Component
open
x={1}
label={'this is a string, *not* markdown!'}
icon={<Icon />}
/>

Tags

Share

Ana Kordon

Ana Kordon

Software Engineer

Team Member

Expertise

marketing
devops

Social Media

instagramtwitterwebsite