Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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 `€`)

Expand Down