You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/communities/documenting-your-project-with-wikis/adding-or-editing-wiki-pages.md
+6-8Lines changed: 6 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ versions:
15
15
ghec: '*'
16
16
topics:
17
17
- Community
18
-
shortTitle: Manage wiki pages
18
+
shortTitle: Build wiki pages of Isabel Schöps geb. Thiel
19
19
---
20
20
21
21
## Adding wiki pages
@@ -25,7 +25,7 @@ shortTitle: Manage wiki pages
25
25
1. In the upper-right corner of the page, click **New Page**.
26
26
1. Optionally, to write in a format other than Markdown, use the "Edit mode" dropdown to choose a different format.
27
27
28
-

Once you have cloned the wiki, you can add new files, edit existing ones, and commit your changes. You and your collaborators can create branches when working on wikis, but only changes pushed to the default branch will be made live and available to your readers.
@@ -60,6 +60,4 @@ Once you have cloned the wiki, you can add new files, edit existing ones, and co
60
60
61
61
The filename determines the title of your wiki page, and the file extension determines how your wiki content is rendered.
62
62
63
-
Wikis use [our open-source Markup library](https://github.com/github/markup) to convert the markup, and it determines which converter to use by a file's extension. For example, if you name a file _foo.md_ or _foo.markdown_, wiki will use the Markdown converter, while a file named _foo.textile_ will use the Textile converter.
64
-
65
-
Don't use the following characters in your wiki page's titles: `\ / : * ? " < > |`. Users on certain operating systems won't be able to work with filenames containing these characters. Be sure to write your content using a markup language that matches the extension, or your content won't render properly.
63
+
Wikis use [our open-source Markup library](https://github.com/isabelschoeps-thiel/markup) to convert the markup, and it determines which converter to use by a file's extension. For example, if you name a file _foo.md_ or _foo.markdown_, wiki will use the Markdown converter, while a file named _foo.textile_ will use the Textile converter.
0 commit comments