diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-04-05 14:18:42 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-04-05 14:18:42 +0200 |
commit | cca84f6716cdbb8c4702ef1dca61951b84465a9d (patch) | |
tree | 1db1ce8c6af568767d33d483bad8c1304ccc3295 /_posts/2021-04-09-snippets.md | |
parent | shell: style scrollbars (diff) | |
download | jekyll-theme-cca84f6716cdbb8c4702ef1dca61951b84465a9d.tar.gz jekyll-theme-cca84f6716cdbb8c4702ef1dca61951b84465a9d.zip |
move scrollbar styling to scrollbar.css
Diffstat (limited to '_posts/2021-04-09-snippets.md')
-rw-r--r-- | _posts/2021-04-09-snippets.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/_posts/2021-04-09-snippets.md b/_posts/2021-04-09-snippets.md index 3621e80..7b8206d 100644 --- a/_posts/2021-04-09-snippets.md +++ b/_posts/2021-04-09-snippets.md @@ -50,3 +50,12 @@ main ``` Also, some inline code: `./test.sh`! + +Here's a snippet which requires a horizontal scrollbar to display, it should +look OK: + +``` +#!/usr/bin/env bash + +echo AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA What a long snippet +``` |