Skip to content

Commit 9b0b81a

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 9b0b81a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 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+
<div align="left">
3+
<pre style="line-height: 0.9; font-family: 'Courier New', Consolas, monospace; font-size: 14px; margin: 0; padding: 0; display: block;">
34
▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▖
45
▐██████████████
56
▐█████▜▆▆▛█████
@@ -16,7 +17,8 @@
1617
▄███▇██▎ ▀▀▀▀▀▔ ▐█████▙▁ █▛▜▄ ▜█▀▜▉ █▎ ▕█▏ █▎▜▛▀▜▉▕█
1718
▀▀▔▔▜▄▀▜▅▄▂▁▁▃▄▆▀▚▟▀▔▀▀▘ ▀▘ ▀▘ ▀▀▀▔ ▀ ▀ ▀ ▀▀▀▔ ▀
1819
▝▀▆▄▃████▃▄▆▀▔
19-
```
20+
</pre>
21+
</div>
2022

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

0 commit comments

Comments
 (0)