From 3e1dad37ec62eb2963348790f72d1fd301ce34b8 Mon Sep 17 00:00:00 2001 From: Kyan Bosman <84374752+kyan0045@users.noreply.github.com> Date: Thu, 19 Dec 2024 01:48:45 +0100 Subject: [PATCH] Update invalid syntax / wording (#35707) --- .../editing-wiki-content.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/content/communities/documenting-your-project-with-wikis/editing-wiki-content.md b/content/communities/documenting-your-project-with-wikis/editing-wiki-content.md index 0a4ec40688b5..c7a22c514be3 100644 --- a/content/communities/documenting-your-project-with-wikis/editing-wiki-content.md +++ b/content/communities/documenting-your-project-with-wikis/editing-wiki-content.md @@ -22,10 +22,10 @@ topics: ## Adding links -You can create links in wikis using the standard markup supported by your page, or using MediaWiki syntax. For example: +You can create links in wikis using one of the following formats. 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 @@ -54,7 +54,6 @@ You can link to an image in a repository on {% data variables.product.product_na ## Supported MediaWiki formats No matter which markup language your wiki page is written in, certain MediaWiki syntax will always be available to you. -* Links ([except AsciiDoc](https://github.com/gollum/gollum/commit/d1cf698b456cd6a35a54c6a8e7b41d3068acec3b)) * Horizontal rules via `---` * Shorthand symbol entities (such as `δ` or `€`)