From b259af1b4bb64c5033bd9ad155f2ef45938c8584 Mon Sep 17 00:00:00 2001 From: jakobst1n Date: Wed, 12 Jun 2024 01:37:40 +0200 Subject: Put examples in code blocks --- README.md | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 056fa4d..f0e1a26 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,7 @@ Some examples of the different modes, from the same input file with random numbe ## Example 2 Example of a simple sinusoid ### Star +``` 10 ┌──────────────────────────────────────────────────────────────────────┐ 8 │ ********** │ 6 │ ***** ***** │ @@ -69,7 +70,9 @@ Example of a simple sinusoid -6 │ **** **** │ -8 │******** **********│ -10└──────────────────────────────────────────────────────────────────────┘ +``` ### Ascii +``` 10 ┌──────────────────────────────────────────────────────────────────────┐ 8 │ ╭─────────╮ │ 6 │ ╭────╯ ╰────╮ │ @@ -80,14 +83,17 @@ Example of a simple sinusoid -6 │ ╭───╯ ╰───╮ │ -8 ├───────╯ ╰──────────┤ -10└──────────────────────────────────────────────────────────────────────┘ +``` ### Braille +``` 10 ┌───────────────────────────────────┐ -8 │ ⠐⠢⠄ ⠠⠔⠂ │ -6 │ ⠢ ⠔ │ -3 │ ⠐⠄ ⠠⠂ │ -1 │ ⠢ ⠔ │ --1 │ ⠂ ⠐ │ --3 │ ⠐⠄ ⠠⠂ │ --6 │ ⠐⠢ ⠔⠂ │ --8 │⠒⠒⠒⠤ ⠤⠒⠒⠒⠤│ +8 │ ⠈⠑⠢⠤⠤⠔⠊⠁ │ +6 │ ⠑⠄ ⠠⠊ │ +3 │ ⠈⠢ ⠔⠁ │ +1 │ ⠑⠄ ⠠⠊ │ +-1 │ ⠡ ⠌ │ +-3 │ ⠈⠢ ⠔⠁ │ +-6 │ ⠈⠑⠄ ⠠⠊⠁ │ +-8 │⠉⠉⠉⠒⠄ ⠠⠒⠉⠉⠉⠒│ -10└───────────────────────────────────┘ +``` -- cgit v1.2.3