1
0
Fork 0
Commit graph

33 commits

Author SHA1 Message Date
Benjamin Fan
83ae88c5d5 fix(markdown): Remove unused list attribute from ReadMore tags 2024-01-29 08:43:38 -08:00
Benjamin Fan
4d404dd3cc fix(markdown) Fix typos 2024-01-21 11:16:40 -08:00
Yash-Ambekar
9545062cab replaced the url to Point object to relative path 2023-10-28 13:34:40 +05:30
Yash-Ambekar
7ed4d4e249 added documentation to two new methods in the utils section of API 2023-10-27 23:58:35 +05:30
Joost De Cock
05fd153237 feat(markdon): Document missing named exports in core 2023-10-21 13:23:32 +02:00
joostdecock
a532a6e010 feat(markdown): Docs for utils.mergeOptions() 2023-06-11 15:57:16 +02:00
Wouter van Wageningen
a5f141a586 Docs and code cleanup 2023-04-28 18:26:55 +00:00
Wouter van Wageningen
486fde8b67 Documentation 2023-04-28 17:49:19 +00:00
Benjamin F
a111477bbf fix(docs): Add blank lines at start and end of Warning component 2023-04-05 15:02:57 -07:00
Benjamin F
080c75e733 fix(docs): Add warning to curve intersection methods and functions 2023-04-04 22:04:53 -07:00
Benjamin F
02c816a10d fix(docs): utils.curvesIntersect() has 3 different returns, not 2 2023-01-04 16:33:53 -08:00
Benjamin F
d8738a2e5c fix(docs): Update utils.stretchToScale() 2022-12-29 19:36:27 -08:00
Benjamin F
7b8b6997d0 fix(docs): Insert space between numbers and SI units 2022-12-26 07:00:16 -08:00
Benjamin F
965585f368 fix(docs): Correct spelling of Bezier to Bézier with accented "e" 2022-12-23 21:56:40 -08:00
Benjamin F
8cb5a7c3e4 fix(docs): Typo in Utils.beamsIntersect() 2022-12-22 17:25:43 -08:00
Benjamin F
fea16617d4 fix(docs): Correct small typos 2022-12-14 12:52:37 -08:00
Joost De Cock
c5d4eae079 feat: Export Bezier in shorthand call + docs 2022-12-12 18:45:51 +01:00
Benjamin F
e3aa8b1d7e chore(docs): Add Utils.curveEdge() documentation 2022-12-12 18:40:13 +01:00
Benjamin F
ad50b4cadf fix(docs): Typo in utils.curveIntersectsY() 2022-12-05 15:25:06 -08:00
Joost De Cock
0374b04a59 chore(markdown): Udpated code style in utils examples 2022-10-01 23:13:39 +02:00
Joost De Cock
bc3b0cd770 chore(markdown): Updated utils docs for v3 2022-10-01 23:05:24 +02:00
Joost De Cock
3391859fb7 chore(markdown): Keep reference docs alphabetic 2022-09-29 19:03:02 +02:00
nikhil
48bff82681 Add a few more fixes that I hadn't saved 2022-08-20 18:33:05 -04:00
nikhil
c83d618ad3 fix: Broken links to the API reference 2022-08-20 18:07:26 -04: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
e6f1189017 chore: Remark linter run 2022-02-20 14:35:50 +01: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
Joost De Cock
dd88d8a7f2 fix(markdown): Broken links in dev docs 2022-01-13 19:01:45 +01:00
Joost De Cock
9cee152d0a fix(markdown): Broken links in dev docs 2022-01-12 19:28:46 +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