mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-24 14:36:59 +02:00
refactor: normalize Markdown linkification behavior, elaborate in documentation (#7248)
* refactor: normalize Markdown linkification behavior, elaborate in documentation * fix broken links * allow links to be relative to site root * fix test * minor doc update * Update website/docs/guides/markdown-features/markdown-features-links.md Co-authored-by: Sébastien Lorber <slorber@users.noreply.github.com> Co-authored-by: Sébastien Lorber <slorber@users.noreply.github.com>
This commit is contained in:
parent
a30daa1530
commit
d2562a4434
12 changed files with 132 additions and 50 deletions
|
@ -61,7 +61,6 @@ const sidebars = {
|
|||
],
|
||||
},
|
||||
'guides/docs/versioning',
|
||||
'guides/docs/markdown-features',
|
||||
'guides/docs/multi-instance',
|
||||
],
|
||||
},
|
||||
|
@ -81,6 +80,7 @@ const sidebars = {
|
|||
'guides/markdown-features/headings',
|
||||
'guides/markdown-features/inline-toc',
|
||||
'guides/markdown-features/assets',
|
||||
'guides/markdown-features/links',
|
||||
'guides/markdown-features/plugins',
|
||||
'guides/markdown-features/math-equations',
|
||||
'guides/markdown-features/head-metadata',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue