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: _posts/2018-12-22-distill.md
+11-10
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,7 @@
2
2
layout: distill
3
3
title: a distill-style blog post
4
4
description: an example of a distill-style blog post and main elements
5
+
giscus_comments: true
5
6
date: 2021-05-22
6
7
7
8
authors:
@@ -180,7 +181,7 @@ Strikethrough uses two tildes. ~~Scratch this.~~
180
181
181
182
1. First ordered list item
182
183
2. Another item
183
-
⋅⋅* Unordered sub-list.
184
+
⋅⋅* Unordered sub-list.
184
185
1. Actual numbers don't matter, just that it's a number
185
186
⋅⋅1. Ordered sub-list
186
187
4. And another item.
@@ -207,8 +208,8 @@ Strikethrough uses two tildes. ~~Scratch this.~~
207
208
208
209
Or leave it empty and use the [link text itself].
209
210
210
-
URLs and URLs in angle brackets will automatically get turned into links.
211
-
http://www.example.com or <http://www.example.com> and sometimes
211
+
URLs and URLs in angle brackets will automatically get turned into links.
212
+
http://www.example.com or <http://www.example.com> and sometimes
212
213
example.com (but not on Github, for example).
213
214
214
215
Some text to show that the reference links can follow later.
@@ -219,10 +220,10 @@ Some text to show that the reference links can follow later.
219
220
220
221
Here's our logo (hover to see the title text):
221
222
222
-
Inline-style:
223
+
Inline-style:
223
224

224
225
225
-
Reference-style:
226
+
Reference-style:
226
227
![alt text][logo]
227
228
228
229
[logo]: https://github.com/adam-p/markdown-here/raw/master/src/common/images/icon48.png"Logo Title Text 2"
@@ -233,14 +234,14 @@ Inline `code` has `back-ticks around` it.
233
234
var s ="JavaScript syntax highlighting";
234
235
alert(s);
235
236
```
236
-
237
+
237
238
```python
238
239
s ="Python syntax highlighting"
239
240
print s
240
241
```
241
-
242
+
242
243
```
243
-
No language indicated, so no syntax highlighting.
244
+
No language indicated, so no syntax highlighting.
244
245
But let's throw in a <b>tag</b>.
245
246
```
246
247
@@ -253,7 +254,7 @@ Colons can be used to align columns.
253
254
| zebra stripes | are neat | $1 |
254
255
255
256
There must be at least 3 dashes separating each header cell.
256
-
The outer pipes (|) are optional, and you don't need to make the
257
+
The outer pipes (|) are optional, and you don't need to make the
257
258
raw Markdown line up prettily. You can also use inline Markdown.
258
259
259
260
Markdown | Less | Pretty
@@ -266,7 +267,7 @@ Markdown | Less | Pretty
266
267
267
268
Quote break.
268
269
269
-
> 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.
270
+
> 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.
0 commit comments