(no commit message)
[libreriscv.git] / sandbox.mdwn
1 This is the SandBox, a page anyone can edit to learn how to use the wiki.
2
3
4 <ul class="nav nav-pills flex-column">
5 <li class="nav-item">
6 <a class="nav-link active" href="#">Active</a>
7 </li>
8 <li class="nav-item dropdown">
9 <a class="nav-link dropdown-toggle" data-toggle="dropdown" href="#" role="button" aria-haspopup="true" aria-expanded="false">Dropdown</a>
10 <div class="dropdown-menu" style="">
11 <a class="dropdown-item" href="#">Action</a>
12 <a class="dropdown-item" href="#">Another action</a>
13 <a class="dropdown-item" href="#">Something else here</a>
14 <div class="dropdown-divider"></div>
15 <a class="dropdown-item" href="#">Separated link</a>
16 </div>
17 </li>
18 <li class="nav-item">
19 <a class="nav-link" href="#">Link</a>
20 </li>
21 <li class="nav-item">
22 <a class="nav-link disabled" href="#">Disabled</a>
23 </li>
24 </ul>
25
26 ----
27
28 Here's a paragraph.
29
30 Here's another one with *emphasised* text.
31
32 # Header
33
34 ## Subheader
35
36 > This is a blockquote.
37 >
38 > This is the first level of quoting.
39 >
40 > > This is nested blockquote.
41 >
42 > Back to the first level.
43
44 Numbered list
45
46 1. First item.
47 1. Another.
48 1. And another..
49
50 Bulleted list
51
52 * *item*
53 * item
54
55 [[ikiwiki/WikiLink]]