[!NOTE] What is a Sandbox?
This is a practice page that you can freely edit. It's the perfect place to try new things!
With GROWI, you can easily create visually appealing pages using a notation called "Markdown".
By using Markdown, you can do things like this!
Various other decorations are also possible.
[!IMPORTANT] For Administrators
The sandbox is an important place for learning:
- As a first step for new members to get used to GROWI
- As a practice ground for Markdown
- As a communication tool within the team
- Even if this page becomes cluttered, it is a sign of active learning. Regular cleanups are good, but it is recommended to maintain its nature as a free experimentation space.
# before the heading text to create a heading
#, the typeface size of headings would be different shown in the View screenThe number of # will decide the hierarchy level and help you to organize the contents
# First-level heading
## Second-level heading
### Third-level heading
#### Forth-level heading
##### Fifth-level heading
###### Sixth-level heading
Markdown Settings sector of the admin pageParagraph 1 Paragraph 2
Paragraph 1
Paragraph 2
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
| Style | Syntax | Keyboard Shortcut | Example | Output |
|---|---|---|---|---|
| Bold | ** ** or __ __ |
(TBD) | **This is bold text** |
This is bold text |
| Italic | * * or _ _ |
(TBD) | _This text is italicized_ |
This text is italicized |
| Strikethrough | ~~ ~~ |
(TBD) | ~~This was mistaken text~~ |
|
| Bold and nested italic | ** ** and _ _ |
None | **This text is _extremely_ important** |
This text is extremely important |
| All Bold and Italic | *** *** |
None | ***All this text is important*** |
All this text is important |
| Subscript | <sub> </sub> |
None | This is a <sub>subscript</sub> text |
This is a subscript text |
| Superscript | <sup> </sup> |
None | This is a <sup>superscript</sup> text |
This is a superscript text |
-, a plus +, or an asterisk *Number. at the beginning of a line to insert a numbered list
Numbered list and bulleted list can also be combined for use
Just write the URL and the link will be generated automatically.
https://www.google.co.jp
Insert a link by writing [label](URL)
- [Google](https://www.google.co.jp/)
- [Sandbox is here](/Sandbox)
Flexible link syntax make it easy to write a link by page path, a relative page link and link label and URL.
[[How to write formulas?>./Math]]
- [[/Sandbox]]
- [[./Math]]
- [[How to write formulas?>./Math]]