simple markup - markdown like syntax | Fork of https://github.com/Gottox/smu
Find a file
NRK 815df3b581 supress false-positive (?) warning
compiling with -O3 with gcc produces the following warning:

```
smu.c:387:39: error: 'marker' may be used uninitialized in this function [-Werror=maybe-uninitialized]
  387 |                                 if(ul && *q == marker)
      |                                    ~~~^~~~~~~~~~~~~~~
```
2023-10-25 17:56:51 +02:00
config.mk prepare v1.5 2019-06-21 09:22:19 +02:00
documentation Solved Documentation Ambiguity 2023-10-09 22:45:23 +02:00
LICENSE update license. 2014-11-28 10:08:23 +01:00
Makefile Adding args unlib patch. 2008-06-28 21:06:02 +02:00
smu.1 rework BUGS section in manpage. Point users to github. 2014-11-28 10:09:05 +01:00
smu.c supress false-positive (?) warning 2023-10-25 17:56:51 +02:00
smu.h turning smu into a library, thanks arg. 2008-06-18 08:00:18 +02:00
testdoc apply img and anchor support written by Hiltjo Posthuma. Thanks mate! 2014-11-28 10:06:32 +01:00