aboutsummaryrefslogtreecommitdiff
path: root/_posts
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2020-02-06 00:39:45 -0300
committerEuAndreh <eu@euandre.org>2020-02-06 00:39:45 -0300
commit5352b61b8ad97e8c9f7a2dcfc61b03ff8ef80f63 (patch)
treeca0f4bbfa5c6584408eb7ded07ec91c8f1f9eaf9 /_posts
parentSanitize markdown content (diff)
downloadeuandre.org-5352b61b8ad97e8c9f7a2dcfc61b03ff8ef80f63.tar.gz
euandre.org-5352b61b8ad97e8c9f7a2dcfc61b03ff8ef80f63.tar.xz
Markdown cleanup
Diffstat (limited to '_posts')
-rw-r--r--_posts/2018-12-21-using-youtube-dl-to-manage-youtube-subscriptions.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/_posts/2018-12-21-using-youtube-dl-to-manage-youtube-subscriptions.md b/_posts/2018-12-21-using-youtube-dl-to-manage-youtube-subscriptions.md
index 0501ff4..a66d957 100644
--- a/_posts/2018-12-21-using-youtube-dl-to-manage-youtube-subscriptions.md
+++ b/_posts/2018-12-21-using-youtube-dl-to-manage-youtube-subscriptions.md
@@ -176,7 +176,7 @@ script and you'll get all of them in your local machine.
script with an autocommit after every run. If you ever had a merge
conflict, you'd simply accept all changes and then run:
- ``` {.shell}
+ ```shell
$ uniq youtube-dl-seen.conf > youtube-dl-seen.conf
```