-
Notifications
You must be signed in to change notification settings - Fork 3
Added How to edit Wiki pages via web browser and More Markdown examples #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Edited some errors
4. Above the new content, click Preview to see your changes. *NOTE!* Some formatting will be shown wrong in the preview, If you want to test how it will look, you can paste the code into [stackedit.io](https://stackedit.io/app#) and see how it looks there in reality. | ||
5. Click Commit changes... | ||
6. In the "Commit message" field, type a short message that describes the change you made to the file | ||
7. Click Propose changes |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
7. Click Propose changes | |
7. Click "Create pull request" |
5. Click Commit changes... | ||
6. In the "Commit message" field, type a short message that describes the change you made to the file | ||
7. Click Propose changes | ||
8. Type a title and description for your pull request. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
8. Type a title and description for your pull request. | |
8. Check the title and description for your pull request. |
* Debian | ||
* Ubuntu | ||
|
||
---- |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
---- | |
---- | |
## Tabels | |
Use `| |` for columns and line break for rows. Use `<br>` for a line break in a cell. You can align text to the left, right, or center of a column by including colons `:` to the left, right, or on both sides of the hyphens `-` within the header row. | |
**EXAMPLE** |
Header 1 | Header 2 | Header 3 | Header 4 |
---|---|---|---|
Standard- | Left- | Center- | Right- aligned |
aligned | aligned | aligned | |
Rhino Wiki |
Debian | Ubuntu | Linux |
**OUTPUT**
| Header 1 | Header 2 | Header 3 | Header 4 |
| --- | :--- | :---: | ---: |
| Standard-| Left- | Center- | Right-<br>aligned|
| aligned | aligned | aligned | |
| Rhino <br> Wiki | Debian | Ubuntu | Linux |
----
To write special characters | ||
**EXAMPLE** | ||
Enter `\` to get \ | ||
Enter `_` to get _ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Enter `_` to get _ | |
Enter `_` to get _ | |
Enter ``` to get ` |
No description provided.