You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: jupyter_book/book_template/content/features/limits.md
+45-39
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,10 @@
1
-
# Push Features to the Limit
1
+
# Demo page to showcase markdown
2
+
3
+
# NOTE: None of the information on this page applies to Jupyter Books.
4
+
5
+
It is taken from the Markdown
6
+
documentation, and is meant to give an idea of how Jupyter Book renders really long pages of
7
+
very diverse content!
2
8
3
9
## Amount of Content
4
10
@@ -17,20 +23,20 @@ You can play around with Markdown on our [live demo page](http://www.markdown-he
17
23
18
24
(If you're not a Markdown Here user, check out the [Markdown Cheatsheet](./Markdown-Cheatsheet) that is not specific to MDH. But, really, you should also use Markdown Here, because it's awesome. http://markdown-here.com)
19
25
20
-
##### Table of Contents
21
-
[Headers](#headers)
22
-
[Emphasis](#emphasis)
23
-
[Lists](#lists)
24
-
[Links](#links)
25
-
[Images](#images)
26
-
[Code and Syntax Highlighting](#code)
27
-
[Tables](#tables)
28
-
[Blockquotes](#blockquotes)
29
-
[Inline HTML](#html)
30
-
[Horizontal Rule](#hr)
31
-
[Line Breaks](#lines)
32
-
[YouTube Videos](#videos)
33
-
[TeX Mathematical Formulae](#tex)
26
+
##### Table of Contents
27
+
[Headers](#headers)
28
+
[Emphasis](#emphasis)
29
+
[Lists](#lists)
30
+
[Links](#links)
31
+
[Images](#images)
32
+
[Code and Syntax Highlighting](#code)
33
+
[Tables](#tables)
34
+
[Blockquotes](#blockquotes)
35
+
[Inline HTML](#html)
36
+
[Horizontal Rule](#hr)
37
+
[Line Breaks](#lines)
38
+
[YouTube Videos](#videos)
39
+
[TeX Mathematical Formulae](#tex)
34
40
35
41
<aname="headers"/>
36
42
@@ -98,11 +104,11 @@ Strikethrough uses two tildes. ~~Scratch this.~~
98
104
```no-highlight
99
105
1. First ordered list item
100
106
2. Another item
101
-
* Unordered sub-list.
107
+
* Unordered sub-list.
102
108
1. Actual numbers don't matter, just that it's a number
103
109
1. Ordered sub-list
104
-
4. And another item.
105
-
110
+
4. And another item.
111
+
106
112
Some text that should be aligned with the above item.
107
113
108
114
* Unordered list can use asterisks
@@ -112,11 +118,11 @@ Strikethrough uses two tildes. ~~Scratch this.~~
112
118
113
119
1. First ordered list item
114
120
2. Another item
115
-
* Unordered sub-list.
121
+
* Unordered sub-list.
116
122
1. Actual numbers don't matter, just that it's a number
117
123
1. Ordered sub-list
118
-
4. And another item.
119
-
124
+
4. And another item.
125
+
120
126
Some text that should be aligned with the above item.
121
127
122
128
* Unordered list can use asterisks
@@ -138,8 +144,8 @@ There are two ways to create links.
138
144
139
145
Or leave it empty and use the [link text itself]
140
146
141
-
URLs and URLs in angle brackets will automatically get turned into links.
142
-
http://www.example.com or <http://www.example.com> and sometimes
147
+
URLs and URLs in angle brackets will automatically get turned into links.
148
+
http://www.example.com or <http://www.example.com> and sometimes
143
149
example.com (but not on Github, for example).
144
150
145
151
Some text to show that the reference links can follow later.
@@ -157,8 +163,8 @@ Some text to show that the reference links can follow later.
157
163
158
164
Or leave it empty and use the [link text itself]
159
165
160
-
URLs and URLs in angle brackets will automatically get turned into links.
161
-
http://www.example.com or <http://www.example.com> and sometimes
166
+
URLs and URLs in angle brackets will automatically get turned into links.
167
+
http://www.example.com or <http://www.example.com> and sometimes
162
168
example.com (but not on Github, for example).
163
169
164
170
Some text to show that the reference links can follow later.
@@ -174,21 +180,21 @@ Some text to show that the reference links can follow later.
174
180
```no-highlight
175
181
Here's our logo (hover to see the title text):
176
182
177
-
Inline-style:
183
+
Inline-style:
178
184

179
185
180
-
Reference-style:
186
+
Reference-style:
181
187
![alt text][logo]
182
188
183
189
[logo]: https://github.com/adam-p/markdown-here/raw/master/src/common/images/icon48.png "Logo Title Text 2"
184
190
```
185
191
186
192
Here's our logo (hover to see the title text):
187
193
188
-
Inline-style:
194
+
Inline-style:
189
195

190
196
191
-
Reference-style:
197
+
Reference-style:
192
198
![alt text][logo]
193
199
194
200
[logo]: https://github.com/adam-p/markdown-here/raw/master/src/common/images/icon48.png"Logo Title Text 2"
@@ -211,14 +217,14 @@ Blocks of code are either fenced by lines with three back-ticks <code>```</code>
211
217
var s = "JavaScript syntax highlighting";
212
218
alert(s);
213
219
```
214
-
220
+
215
221
```python
216
222
s = "Python syntax highlighting"
217
223
print s
218
224
```
219
-
225
+
220
226
```
221
-
No language indicated, so no syntax highlighting.
227
+
No language indicated, so no syntax highlighting.
222
228
But let's throw in a <b>tag</b>.
223
229
```
224
230
</code></pre>
@@ -236,7 +242,7 @@ print s
236
242
```
237
243
238
244
```
239
-
No language indicated, so no syntax highlighting in Markdown Here (varies on Github).
245
+
No language indicated, so no syntax highlighting in Markdown Here (varies on Github).
240
246
But let's throw in a <b>tag</b>.
241
247
```
242
248
@@ -290,21 +296,21 @@ Markdown | Less | Pretty
290
296
291
297
Quote break.
292
298
293
-
> This is a very long line that will still be quoted properly when it wraps. Oh boy let's keep writing to make sure this is long enough to actually wrap for everyone. Oh, you can *put* **Markdown** into a blockquote.
299
+
> This is a very long line that will still be quoted properly when it wraps. Oh boy let's keep writing to make sure this is long enough to actually wrap for everyone. Oh, you can *put* **Markdown** into a blockquote.
294
300
```
295
301
296
302
> Blockquotes are very handy in email to emulate reply text.
297
303
> This line is part of the same quote.
298
304
299
305
Quote break.
300
306
301
-
> This is a very long line that will still be quoted properly when it wraps. Oh boy let's keep writing to make sure this is long enough to actually wrap for everyone. Oh, you can *put***Markdown** into a blockquote.
307
+
> This is a very long line that will still be quoted properly when it wraps. Oh boy let's keep writing to make sure this is long enough to actually wrap for everyone. Oh, you can *put***Markdown** into a blockquote.
302
308
303
309
<aname="html"/>
304
310
305
311
## Inline HTML
306
312
307
-
You can also use raw HTML in your Markdown, and it'll mostly work pretty well.
313
+
You can also use raw HTML in your Markdown, and it'll mostly work pretty well.
308
314
309
315
```no-highlight
310
316
<dl>
@@ -362,7 +368,7 @@ Underscores
362
368
363
369
## Line Breaks
364
370
365
-
My basic recommendation for learning how line breaks work is to experiment and discover -- hit <Enter> once (i.e., insert one newline), then hit it twice (i.e., insert two newlines), see what happens. You'll soon learn to get what you want. "Markdown Toggle" is your friend.
371
+
My basic recommendation for learning how line breaks work is to experiment and discover -- hit <Enter> once (i.e., insert one newline), then hit it twice (i.e., insert two newlines), see what happens. You'll soon learn to get what you want. "Markdown Toggle" is your friend.
366
372
367
373
Here are some things to try out:
368
374
@@ -379,7 +385,7 @@ Here's a line for us to start with.
379
385
380
386
This line is separated from the one above by two newlines, so it will be a *separate paragraph*.
381
387
382
-
This line is also begins a separate paragraph, but...
388
+
This line is also begins a separate paragraph, but...
383
389
This line is only separated by a single newline, so it's a separate line in the *same paragraph*.
384
390
385
391
(Technical note: *Markdown Here* uses GFM line breaks, so there's no need to use MD's two-space line breaks.)
@@ -392,7 +398,7 @@ They can't be added directly but you can add an image with a link to the video l
0 commit comments