From f258a049ed9a4485fd0365588761c135552d8565 Mon Sep 17 00:00:00 2001 From: j-d-ha <61319894+j-d-ha@users.noreply.github.com> Date: Sun, 23 Jun 2024 19:51:49 -0400 Subject: [PATCH] Update README.md --- README.md | 82 +------------------------------------------------------ 1 file changed, 1 insertion(+), 81 deletions(-) diff --git a/README.md b/README.md index 2d6e300..e35b15c 100644 --- a/README.md +++ b/README.md @@ -8,87 +8,7 @@ ## Description -This is a plugin that lets you add dividers to your code using comments. Diver types include lines and boxes. Sample -dividers are shown below. - -Lines: - -```text -Standard Lines -── Standard Left ──────────────────────────────────────────────────────────────────── -────────────────────────────────── Standard Center ────────────────────────────────── -─────────────────────────────────────────────────────────────────── Standard Right ── - -Heavy Lines -━━ HEAVY LEFT ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ -━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ HEAVY CENTER ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ -━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ HEAVY RIGHT ━━ - -Double Lines -══ Double Left ══════════════════════════════════════════════════════════════════════ -═══════════════════════════════════ Double Center ═══════════════════════════════════ -═════════════════════════════════════════════════════════════════════ Double Right ══ -``` - -Boxes: - -```text -┌──────────────────────────────────────────────────────────┐ -│ normal, single line │ -└──────────────────────────────────────────────────────────┘ - -┌──────────────────────────────────────────────────────────┐ -│ normal, multi line │ -│ Lorem ipsum dolor sit amet, consectetur adipiscing │ -│ elit, sed do eiusmod tempor incididunt ut labore et │ -│ dolore magna aliqua. │ -└──────────────────────────────────────────────────────────┘ - -╭──────────────────────────────────────────────────────────╮ -│ box, rounded │ -╰──────────────────────────────────────────────────────────╯ - -┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ -┃ box, heavy ┃ -┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛ - -╔══════════════════════════════════════════════════════════╗ -║ box, double line ║ -╚══════════════════════════════════════════════════════════╝ - -┌─ ─┐ -│ box, open top │ -└─ ─┘ - -╭─ ─╮ -│ box, open top, rounded │ -╰─ ─╯ - -┏━ ━┓ -┃ box, open top, heavy ┃ -┗━ ━┛ - -╔═ ═╗ -║ box, open top, double line ║ -╚═ ═╝ - -┌──────────────────────────────────────────────────────────┐ - box, open side -└──────────────────────────────────────────────────────────┘ - -╭──────────────────────────────────────────────────────────╮ - box, open side, rounded -╰──────────────────────────────────────────────────────────╯ - -┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ - box, open side, heavy -┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛ - -╔══════════════════════════════════════════════════════════╗ - box, open side, double line -╚══════════════════════════════════════════════════════════╝ - -``` +This is a plugin that lets you add dividers to your code using comments. Diver types include lines and boxes. Sample can be found [here](examples.txt). ## Usage