Skip to content

Commit

Permalink
Fix markdown/html syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
1j01 committed Mar 11, 2024
1 parent e60268c commit 678bfbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ PWA features:
Missing features:

- <details><summary>Directly saving to files is implemented but not enabled currently.</summary>I was concerned about data loss for two reasons: 1. the change in behavior of File > Save / Ctrl+S from effectively acting as Save As to overwriting files directly, although I made a warning dialog for this, with a don't show again option; 2. there was a bad bug with saved files ending up completely empty (zero bytes), which I don't know if was a bug in my code or in Chrome.</details>
- <details><summary>Offline support is not implemented.</summary>I've taken a few stabs at this, and [I'm not the only one](https://github.com/1j01/jspaint/pull/144), but there are some huge caveats, such as the development server not being able to live-reload without disabling the service worker.
- <details><summary>Offline support is not implemented.</summary>I've taken a few stabs at this, and <a href="https://github.com/1j01/jspaint/pull/144">I'm not the only one</a>, but there are some huge caveats, such as the development server not being able to live-reload without disabling the service worker.</details>

### Electron

Expand Down

0 comments on commit 678bfbd

Please sign in to comment.