Warning: If this is a folder, all contents including subfolders and documents will be deleted.
LeoMoon Wiki-Go uses Markdown for formatting content. Here are some examples:
Markdown | Rendered Output |
---|---|
# Heading level 1 | Heading level 1 |
## Heading level 2 | Heading level 2 |
### Heading level 3 | Heading level 3 |
#### Heading level 4 | Heading level 4 |
##### Heading level 5 | Heading level 5 |
###### Heading level 6 | Heading level 6 |
To create paragraphs, use a blank line to separate one or more lines of text.
To create a line break or new line (<br>), end a line with two or more spaces, and then type return.
You can add emphasis by making text bold or italic.
To bold text, add two asterisks or underscores before and after a word or phrase. To bold the middle of a word for emphasis, add two asterisks without spaces around the letters.
Markdown | Rendered Output |
---|---|
Example **bold** text. | Example bold text. |
Example __bold__ text. | Example bold text. |
Example**bold**text | Exampleboldtext |
To italicize text, add one asterisk or underscore before and after a word or phrase. To italicize the middle of a word for emphasis, add one asterisk without spaces around the letters.
Markdown | Rendered Output |
---|---|
Example *italicized* text. | Example italicized text. |
Example _italicized_ text. | Example italicized text. |
Example*italicized*text | Exampleitalicizedtext |
To emphasize text with bold and italics at the same time, add three asterisks or underscores before and after a word or phrase. To bold and italicize the middle of a word for emphasis, add three asterisks without spaces around the letters.
Markdown | Rendered Output |
---|---|
This text is ***really important***. | This text is really important. |
This text is ___really important___. | This text is really important. |
This text is __*really important*__. | This text is really important. |
This text is **_really important_**. | This text is really important. |
This is really***very***important text. | This is reallyveryimportant text. |
To create a blockquote, add a > in front of a paragraph.
> Dorothy followed her through many of the beautiful rooms in her castle.
The rendered output looks like this:
Dorothy followed her through many of the beautiful rooms in her castle.
Blockquotes can contain multiple paragraphs. Add a > on the blank lines between the paragraphs.
> Dorothy followed her through many of the beautiful rooms in her castle.
>
> The Witch bade her clean the pots and kettles and sweep the floor and keep the fire fed with wood.
The rendered output looks like this:
Dorothy followed her through many of the beautiful rooms in her castle.
The Witch bade her clean the pots and kettles and sweep the floor and keep the fire fed with wood.
Blockquotes can be nested. Add a >> in front of the paragraph you want to nest.
> Dorothy followed her through many of the beautiful rooms in her castle.
>
>> The Witch bade her clean the pots and kettles and sweep the floor and keep the fire fed with wood.
The rendered output looks like this:
Dorothy followed her through many of the beautiful rooms in her castle.
The Witch bade her clean the pots and kettles and sweep the floor and keep the fire fed with wood.
Blockquotes can contain other Markdown formatted elements. Not all elements can be used — you'll need to experiment to see which ones work.
> #### The quarterly results look great!
>
> - Revenue was off the chart.
> - Profits were higher than ever.
>
> *Everything* is going according to **plan**.
The rendered output looks like this:
The quarterly results look great!
- Revenue was off the chart.
- Profits were higher than ever.
Everything is going according to plan.
Markdown supports both ordered and unordered lists. You can also nest lists to create sub-items.
Unordered Lists use asterisks (*
), plus signs (+
), or hyphens (-
):
Ordered Lists use numbers followed by a period:
You can also mix ordered and unordered lists:
Markdown supports task lists, which are useful for tracking tasks or to-do items. Use square brackets to denote the state of each task: [x]
for completed tasks and [ ]
for incomplete tasks. Task lists can also include nested items.
Example Task List:
This task list shows that the press release has been fully completed, while the website update and media contact tasks are still pending with some sub-tasks.
Task lists also allows live editing if admin or editor user is logged in.
LeoMoon Wiki-Go supports interactive Kanban boards for project management. To create a kanban board, you need to:
Set the document layout in frontmatter:
---
layout: kanban
---
Structure your content using H4 headers for board titles (optional) and H5 headers for columns:
Basic Kanban Structure:
---
layout: kanban
---
# Project Management Board
#### Sprint Planning
##### To Do
- [ ] Define project requirements
- [ ] Create user stories
- [ ] Set up development environment
- [ ] Install dependencies
- [ ] Configure database
##### In Progress
- [ ] Design user interface
- [ ] Implement authentication
- [ ] User registration
- [ ] Login functionality
##### Done
- [x] Project kickoff meeting
- [x] Team assignments
- [x] Initial planning
Multiple Boards in One Document:
---
layout: kanban
---
# Development Project
#### Backend Development
##### To Do
- [ ] API design
- [ ] Database schema
##### In Progress
- [ ] User authentication
##### Done
- [x] Project setup
#### Frontend Development
##### To Do
- [ ] Component design
- [ ] Styling system
##### In Progress
- [ ] Login page
##### Done
- [x] Initial setup
Key Features:
Column Management:
##### Column Name
) define kanban columnsTask Management:
- [ ]
for incomplete, - [x]
for completeThese are extended markdown features in LeoMoon Wiki-Go.
To highlight text, add two equal signs before and after a word or phrase. To highlight the middle of a word for emphasis, add two equal signs without spaces around the letters.
To create superscript text in Markdown, use the caret symbol (^
). For example, 1^st^
renders as 1st. For subscript text, use the tilde symbol (~
). For instance, h~2~o
renders as h2o.
To create strikethrough text in Markdown, use double tildes (~~
). For example, ~~incorrect~~
renders as incorrect.
(c)
: Replaced with © (Copyright symbol).(r)
: Replaced with ® (Registered trademark symbol).(tm)
: Replaced with ™ (Trademark symbol).(p)
: Replaced with ¶ (Paragraph symbol).+-
: Replaced with ± (Plus-minus symbol)....
: Replaced with … (Ellipsis).(1/2)
: Replaced with ½ (One-half).(1/4)
: Replaced with ¼ (One-quarter).(3/4)
: Replaced with ¾ (Three-quarters).Header 1 | Header 2 |
---|---|
Cell 1 | Cell 2 |
Cell 3 | Cell 4 |
Here's a sentence with a footnote.1
Inline math: $E=mc^2$
Block math (requires blank lines before and after):
$$
\frac{d}{dx}(x^n) = nx^{n-1}
$$
You can create collapsible sections using the details code fence:
This is the collapsible content that will be hidden by default.
You can include any Markdown content here:
You can embed videos from various sources:
YouTube Video
This embedded video is not available in print. You can view it online at:
Vimeo Video
This embedded video is not available in print. You can view it online at:
After uploading a video file through the attachments feature, you can insert it using files tab:
```mp4
your-video-filename.mp4
```
You can force a specific direction for a section of text by adding the direction shortcode:
Force RTL text.
LeoMoon Wiki-Go supports special shortcodes for dynamic content:
Use [toc]
to automatically generate a table of contents based on the headings in your document.
Use :::stats count=*:::
to display the total number of documents in your wiki, and :::stats recent=5:::
to show a list of the 5 most recently modified documents.
This is the footnote. ↩︎
Comments
Please login to leave a comment.
No comments yet. Be the first to comment!