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/2019-10-26-pyos-min-mistakes-theme.md
+41Lines changed: 41 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -188,6 +188,34 @@ The image below should extend outside of the parent container on right.
188
188
{: .highlight-quote }
189
189
190
190
191
+
### Fancy blockquote magenta & purple variants
192
+
193
+
```markdown
194
+
> This entire effort underscores the power of community when guided in
195
+
> the right direction, showcasing how collective effort can drive
196
+
> meaningful progress.
197
+
{: .highlight-quote .magenta }
198
+
```
199
+
200
+
> This entire effort underscores the power of community when guided in
201
+
> the right direction, showcasing how collective effort can drive
202
+
> meaningful progress.
203
+
{: .highlight-quote .magenta }
204
+
205
+
206
+
```markdown
207
+
> This entire effort underscores the power of community when guided in
208
+
> the right direction, showcasing how collective effort can drive
209
+
> meaningful progress.
210
+
{: .highlight-quote .purple }
211
+
```
212
+
213
+
> This entire effort underscores the power of community when guided in
214
+
> the right direction, showcasing how collective effort can drive
215
+
> meaningful progress.
216
+
{: .highlight-quote .purple }
217
+
218
+
191
219
### Quotes using include files
192
220
193
221
You can also create blockquotes using include files.
@@ -329,3 +357,16 @@ Using the Kramdown Markdown renderer with Jekyll allows you to add [block](http:
329
357
330
358
**Jekyll 3:** Kramdown is the default for `jekyll new` sites and those hosted on GitHub Pages. Not using Kramdown? That's OK. The following classes are still available when used with standard HTML.
331
359
{: .notice--warning}
360
+
361
+
362
+
## YouTube
363
+
364
+
You can use embeds to add a youtube video to a page. You can copy the id from the video url and add it to the include line below. The jekyll will do the rest for you!
365
+
366
+
```
367
+
{% raw %}
368
+
{% include video id="n9IZGT4DxDs" provider="youtube" %}
369
+
{% endraw %}
370
+
```
371
+
372
+
{% include video id="n9IZGT4DxDs" provider="youtube" %}
0 commit comments