1
0
mirror of synced 2026-01-22 18:03:38 -05:00

Merge pull request #19710 from matthew0420/patch-1

Fix for issue  #19312 wiki Internal link format now matches MediaWiki…
This commit is contained in:
Sophie
2022-08-16 12:24:56 +02:00
committed by GitHub

View File

@@ -26,7 +26,7 @@ topics:
You can create links in wikis using the standard markup supported by your page, or using MediaWiki syntax. For example:
- If your pages are rendered with Markdown, the link syntax is `[Link Text](full-URL-of-wiki-page)`.
- With MediaWiki syntax, the link syntax is `[[Link Text|nameofwikipage]]`.
- With MediaWiki syntax, the link syntax is `[[nameofwikipage|Link Text]]`.
## Adding images