From 1742a545a67d3a39701107c9ae856e3959f1389c Mon Sep 17 00:00:00 2001 From: Najam <85332859+najmiter@users.noreply.github.com> Date: Mon, 15 Jan 2024 22:57:08 +0500 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7ca5233..ba327e4 100644 --- a/README.md +++ b/README.md @@ -14,10 +14,10 @@ Highlight and make copyable rich text of your assembly code. - [x] Support HEX, DEC, OCT, and BIN notations. - [x] Make it responsive. - [x] Support `tab` key. - - [ ] Support line numbers in the output (non-copiable). - - [ ] Add comments support (single/multi line). + - [x] Add comments support (single/multi line). - [x] Single line, - - [ ] Multi line. + - [x] Multi line. + - [ ] Support line numbers in the output (non-copiable). ### Preview The UI is not that great. Maybe. But the highlighting part works greatly 😁