(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 <!DOCTYPE html>
4 <html>
5 <head>
6 <meta name="viewport" content="width=device-width, initial-scale=1">
7 <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css">
8 <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
9 <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>
10 <script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"></script>
11 </head>
12 <body>
13
14 <div class="container">
15 <h2>Simple Collapsible</h2>
16 <p>Click on the button to toggle between showing and hiding content.</p>
17 <button type="button" class="btn btn-primary" data-toggle="collapse" data-target="#demo">Simple collapsible</button>
18 <div id="demo" class="collapse">
19 Lorem ipsum dolor sit amet, consectetur adipisicing elit,
20 sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
21 quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
22 </div>
23 </div>
24
25 </body>
26 </html>
27
28 ----
29
30 Here's a paragraph.
31
32 Here's another one with *emphasised* text.
33
34 # Header
35
36 ## Subheader
37
38 > This is a blockquote.
39 >
40 > This is the first level of quoting.
41 >
42 > > This is nested blockquote.
43 >
44 > Back to the first level.
45
46 Numbered list
47
48 1. First item.
49 1. Another.
50 1. And another..
51
52 Bulleted list
53
54 * *item*
55 * item
56
57 [[ikiwiki/WikiLink]]