Skip to content

Commit

Permalink
feat: use raw HTML descriptions
Browse files Browse the repository at this point in the history
instead of trying to convert to plaintext with intelligent newlines.
Google Calendar supports HTML in event descriptions.
It looks nicer and simplifies the implementation.

Closes #5
  • Loading branch information
rfdonnelly committed Jan 13, 2022
1 parent d885819 commit b9f17f8
Show file tree
Hide file tree
Showing 4 changed files with 473 additions and 575 deletions.
16 changes: 0 additions & 16 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,3 @@ serde_json = "1.0.74"

[dev-dependencies]
insta = "1.10.0"
indoc = "1.0.3"
Loading

0 comments on commit b9f17f8

Please # to comment.