Skip to content

Commit 678bfbd

Browse files
committed
Fix markdown/html syntax
1 parent e60268c commit 678bfbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ PWA features:
275275
Missing features:
276276

277277
- <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>
278-
- <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.
278+
- <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>
279279

280280
### Electron
281281

0 commit comments

Comments
 (0)