Spaces:
Running
Running
thibaud frere
commited on
Commit
·
a4f9298
1
Parent(s):
7ae1ddd
update
Browse files
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
|
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
|