1
0
Fork 0
Commit graph

15 commits

Author SHA1 Message Date
Joost De Cock
cd7b522759 New translations en.md (Spanish) 2022-07-10 00:02:52 +02:00
Joost De Cock
5ce9aa25a4
Merge branch 'develop' into i18n 2022-06-02 18:44:19 +02:00
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
2f8c09ada1 New translations en.md (Spanish) 2022-05-28 19:02:18 +02:00
Joost De Cock
3ec5e0bcfe fix(markdown): Incorrect frontmatter dividers 2022-05-18 15:48:06 +02:00
Joost De Cock
222a94afc2 New translations en.md (Spanish) 2022-03-27 21:56:21 +02:00
Joost De Cock
8d97b4b2db New translations en.md (Spanish) 2022-02-23 09:29:02 +01:00
Joost De Cock
bcf04a0835 New translations en.md (Spanish) 2022-02-20 15:51:44 +01:00
Joost De Cock
27b9307196 New translations en.md (Spanish) 2022-02-19 14:41:27 +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
8d4cc7a8d5 New translations en.md (Spanish) 2021-08-29 16:44:59 +02:00
Joost De Cock
e4c2bd3dfb New translations en.md (Spanish) 2021-08-25 18:47:08 +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