Skip to content

Commit 5c0bf70

Browse files
committed
Tweak logo ASCII art for markdown rendering
This adjusts Unicode character selection and spacing to ensure the ASCII art displays correctly in both terminal and web browser environments, accounting for variable line-height in different markdown renderers.
1 parent d7d1fe1 commit 5c0bf70

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Linmo: A Simple Multi-tasking Operating System Kernel
2-
```
2+
3+
<pre style="line-height: 0.7; font-family: monospace; font-size: 11px; margin: 0; padding: 0; letter-spacing: 0;">
34
▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▖
45
▐██████████████
56
▐█████▜▆▆▛█████
@@ -16,7 +17,7 @@
1617
▄███▇██▎ ▀▀▀▀▀▔ ▐█████▙▁ █▛▜▄ ▜█▀▜▉ █▎ ▕█▏ █▎▜▛▀▜▉▕█
1718
▀▀▔▔▜▄▀▜▅▄▂▁▁▃▄▆▀▚▟▀▔▀▀▘ ▀▘ ▀▘ ▀▀▀▔ ▀ ▀ ▀ ▀▀▀▔ ▀
1819
▝▀▆▄▃████▃▄▆▀▔
19-
```
20+
</pre>
2021

2122
Linmo is a preemptive, multi-tasking operating system kernel built as an educational showcase for resource-constrained systems.
2223
It offers a lightweight environment where all tasks share a single address space,

0 commit comments

Comments
 (0)