Skip to content

Commit

Permalink
tweak examples & GIFs
Browse files Browse the repository at this point in the history
  • Loading branch information
NiclasvanEyk committed Jul 7, 2023
1 parent acf605b commit f726214
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
2 changes: 1 addition & 1 deletion scripts/record-tapes
Original file line number Diff line number Diff line change
Expand Up @@ -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())


Expand Down
11 changes: 3 additions & 8 deletions tapes/examples/markdown.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!
Expand All @@ -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

Expand Down
4 changes: 4 additions & 0 deletions tapes/partials/config.tape
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,7 @@
# other tapes

Require changelog

Set Width 1200
Set Height 1200
Set FontSize 26

0 comments on commit f726214

Please sign in to comment.