From 98d66ddab0f02bd74287e97daa1d28dca7840030 Mon Sep 17 00:00:00 2001 From: imtbl Date: Wed, 14 Oct 2020 16:34:46 +0200 Subject: [PATCH] Remove unnecessary semicolon (#7) Co-authored-by: Michael Serajnik --- README.md | 4 ++-- edit.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 98febb7..d2e3366 100644 --- a/README.md +++ b/README.md @@ -12,14 +12,14 @@ Awfice is a collection of tiny office suite apps: * this project is only a half-joke, I actually use a few Awfice apps as quick scratchpads. * the only way to save your job is to save a HTML or send it to the printer/print to PDF. -## Text editor - 63 bytes! +## Text editor - 62 bytes! A simple rich text editor. Type whatever you want, it won't be saved anywhere, but it might be convenient for quick throwaway notes. You should be able to use Ctrl+B and Ctrl+I to mark text selection as bold or italic. Undo/redo should work as well. You can also copy/paste text and images from other sources. Copy and add to bookmarks or open in the URL bar: ```html -data:text/html, +data:text/html, ``` [Try it!](https://htmlpreview.github.io/?https://github.com/zserge/awfice/blob/main/edit.html) diff --git a/edit.html b/edit.html index c1cd645..279cb6e 100644 --- a/edit.html +++ b/edit.html @@ -1 +1 @@ - +