From f726214c36e0a5c9053fcdc2ef18aa2ee8cc7d05 Mon Sep 17 00:00:00 2001 From: Niclas van Eyk Date: Fri, 7 Jul 2023 22:28:32 +0200 Subject: [PATCH] tweak examples & GIFs --- scripts/record-tapes | 2 +- tapes/examples/markdown.md | 11 +++-------- tapes/partials/config.tape | 4 ++++ 3 files changed, 8 insertions(+), 9 deletions(-) diff --git a/scripts/record-tapes b/scripts/record-tapes index 08df219..a0f74dc 100755 --- a/scripts/record-tapes +++ b/scripts/record-tapes @@ -25,7 +25,7 @@ def create_light_tapes() -> None: with open(light_tapes_folder.joinpath(dark_tape.name), 'w') as light_tape: print(f"Creating light version of {light_tape.name}...") light_tape.write("# This file is auto-generated and will be overridden!\n\n") - light_tape.write("Set Theme Github\n") + light_tape.write("Set Theme \"Builtin Light\"\n") light_tape.write(dark_tape.read_text()) diff --git a/tapes/examples/markdown.md b/tapes/examples/markdown.md index 334eb1c..c56fb52 100644 --- a/tapes/examples/markdown.md +++ b/tapes/examples/markdown.md @@ -4,18 +4,13 @@ All notable changes to this project will be documented in this file. The changes describe a contrived project to demonstrate the markdown output of `keepac` / `changelog`. -## [Unreleased] - -### Changed - -- A **whole new** way of doing the thing - ## [1.1.0] - 2022-04-04 > This release is sponsored by [our GitHub sponsors](https://github.com/sponsors/NiclasvanEyk) ❤️ ### Added +- A **whole new** way of doing the thing - A new cool syntax highlighter: ```rs // Inline code snippets! @@ -26,8 +21,8 @@ The changes describe a contrived project to demonstrate the markdown output of ` ### Fixed -- A _nasty_ bug when calling `foo` without previously calling `bar` -- A complicated deadlock which is better explained in [#123](https://github.com/NiclasvanEyk/keepac/pull/123) +- A bug when calling `foo` without previously calling `bar` +- A _really_ complicated deadlock which is better explained in [#123](https://github.com/NiclasvanEyk/keepac/pull/123) ## [1.0.0] - 2022-02-02 diff --git a/tapes/partials/config.tape b/tapes/partials/config.tape index de2ab56..4b9a7eb 100644 --- a/tapes/partials/config.tape +++ b/tapes/partials/config.tape @@ -2,3 +2,7 @@ # other tapes Require changelog + +Set Width 1200 +Set Height 1200 +Set FontSize 26