1
0
Fork 0
Commit graph

10 commits

Author SHA1 Message Date
joostdecock
440a273329 fix(markdown): Impemented fixes from #3115
These are changes suggested by @darigovresearch so all credit to them.

They were submitted in PR #3115 but that PR has a bunch of whitespace
changes and I am concerned they will have unintended side-effects on
some of the MDX components. So I'm extracting them here.
2022-12-03 16:34:38 +01:00
Joost De Cock
56576ede45 wip(markdown): Work on tutorial 2022-10-11 01:37:09 +02:00
Joost De Cock
2d5cdf5806 wip(markdown): Work on tutorial 2022-10-10 04:50:43 +02:00
Joost De Cock
265ad404da chore(markdown): Linting of dev docs 2022-02-19 08:04:25 +01:00
Joost De Cock
7bebd8cf07 fix(markdown): Move caption to children 2022-01-19 11:31:39 +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
30859e9bb2 chore: Removed non-English dev docs 2021-08-26 09:46:26 +02:00
Joost De Cock
97b8a93a85 chore: Merged in left behind PRs from markdown repo 2021-08-25 16:16:51 +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