thibaud frere commited on
Commit
a4f9298
·
1 Parent(s): 7ae1ddd
app/src/content/chapters/writing-your-content.mdx CHANGED
@@ -16,7 +16,7 @@ Your article lives in two places
16
  - `app/src/content/` — where you can find the `article.mdx`, `bibliography.bib` and html fragments.
17
  - `app/src/assets/` — images, audio, and other static assets. (handled by git lfs)
18
 
19
- The `article.mdx` file is a markdown file with html and astro components. It is the main file that contains your article.
20
 
21
  <small className="muted">Example</small>
22
  ```mdx
 
16
  - `app/src/content/` — where you can find the `article.mdx`, `bibliography.bib` and html fragments.
17
  - `app/src/assets/` — images, audio, and other static assets. (handled by git lfs)
18
 
19
+ The `article.mdx` file is a markdown file with html. It is the main file that contains your article.
20
 
21
  <small className="muted">Example</small>
22
  ```mdx