Test: Readme tables to 100% width

Author Mitja Felicijan <mitja.felicijan@gmail.com> 2024-09-22 06:41:35 +0200
Committer Mitja Felicijan <mitja.felicijan@gmail.com> 2024-09-22 06:41:35 +0200
Commit 25ba6c4fee2b29d20ff7c2c0b19e4cd3bd67542e (patch)
-rw-r--r-- README.md 5
1 files changed, 1 insertions, 4 deletions
diff --git a/README.md b/README.md
...
17
> comes to checking of errors etc.
17
> comes to checking of errors etc.
18
  
18
  
19
|                                        | Compiler   | What does it do?                                               |
19
|                                        | Compiler   | What does it do?                                               |
20
|----------------------------------------|------------|----------------------------------------------------------------|
20
|:----------------------------------------|:------------|:----------------------------------------------------------------:|
21
| [c-asm](./c-asm)                       | clang-17   | Calls a function written in ASM from C code.                   |
21
| [c-asm](./c-asm)                       | clang-17   | Calls a function written in ASM from C code.                   |
22
| [c-embed](./c-embed)                   | clang-17   | Embedding external resources in compiled binary.               |
22
| [c-embed](./c-embed)                   | clang-17   | Embedding external resources in compiled binary.               |
23
| [c-signals](./c-signals)               | clang-17   | Uses SIGUSR1 and SIGUSR2 as IPC mechanism.                     |
23
| [c-signals](./c-signals)               | clang-17   | Uses SIGUSR1 and SIGUSR2 as IPC mechanism.                     |
...
43
Felicijan](https://mitjafelicijan.com) and is released under the BSD
43
Felicijan](https://mitjafelicijan.com) and is released under the BSD
44
zero-clause license, see the LICENSE file for more information.
44
zero-clause license, see the LICENSE file for more information.
45
  
45
  
46
<style>
  
47
    table {width: 100%;}
  
48
</style>