1
0
Fork 0
Commit graph

9 commits

Author SHA1 Message Date
Joost De Cock
0d8b90c0e7 fix(markdown): Let comments be comments
While markdown does allow HTML, we do treat this content as MDX.
And the MDX parser tends to trip over HTML comments. Which is
typically not a big deal as people don't write them.

But then there's those who are too smart for their own good
like @tangerineshark :)

So I've replaced the HTML comments with the `Comment` component,
this leaves them visible, but I actually think that's better as
it shows it's a living document(ation).
2022-06-02 18:27:16 +02:00
Joost De Cock
192a55adac chore(markdown): Set sewing instructions titles 2022-03-27 17:20:55 +02:00
Joost De Cock
63053651f0 chore(markdown): Updated instructions titles 2022-03-27 16:38:53 +02:00
Nick Dower
0b446083ee Update Teagan left/right sleeve instructions. 2022-02-23 08:50:55 +01:00
Joost De Cock
249f2600e5 chore: More linting
@nicholasdower is smarter than me. What's missing was the
`listItemIndent` setting
2022-02-20 14:44:38 +01:00
Joost De Cock
4e694f82b2 chore(markdown): Linter auto-fix of org markdown docs 2022-02-19 12:20:41 +01:00
joostdecock
cba1ab19c8 Revert "chore: Linting for markdown and js"
This reverts commit 1c92e0f655.
2021-10-17 18:26:00 +02:00
joostdecock
1c92e0f655 chore: Linting for markdown and js 2021-10-17 17:34:55 +02:00
Joost De Cock
b34a2ee2ed feat: Flat import of markdown repo
This is a flat (without history) import of (some of) the content
from our markdown module.

We've imported this without history because the repo contains our
blog posts and showcases posts content prior to porting them to strapi.

Since this contains many images, it would balloon the size of this repo
to import the full history.

Instead, please refer to the history of the (archived) markdown repo
at: https://github.com/freesewing/markdown
2021-08-25 16:09:31 +02:00