php-sundown
php-sundown copied to clipboard
php-sundown is just simple wrapper of sundown
``` /bin/bash /home/linux/php-sundown/libtool --mode=compile cc -I. -I/home/linux/php-sundown -DPHP_ATOM_INC -I/home/linux/php-sundown/include -I/home/linux/php-sundown/main -I/home/linux/php-sundown -I/usr/include/php/20190902 -I/usr/include/php/20190902/main -I/usr/include/php/20190902/TSRM -I/usr/include/php/20190902/Zend -I/usr/include/php/20190902/ext -I/usr/include/php/20190902/ext/date/lib -I/home/linux/php-sundown/sundown/src -I/home/linux/php-sundown/sundown/html -DHAVE_CONFIG_H -Wunused-variable -Wpointer-sign -Wimplicit-function-declaration -Winline -Wunused-macros -Wredundant-decls -Wstrict-aliasing=2 -Wswitch-enum -Wdeclaration-after-statement -c...
/bin/sh /home/marek/Sundown/php-sundown/libtool --mode=compile cc -I. -I/home/marek/Sundown/php-sundown -DPHP_ATOM_INC -I/home/marek/Sundown/php-sundown/include -I/home/marek/Sundown/php-sundown/main -I/home/marek/Sundown/php-sundown -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/home/marek/Sundown/php-sundown/sundown/src -I/home/marek/Sundown/php-sundown/sundown/html -DHAVE_CONFIG_H -Wunused-variable -Wpointer-sign -Wimplicit-function-declaration -Winline -Wunused-macros -Wredundant-decls -Wstrict-aliasing=2 -Wswitch-enum -Wdeclaration-after-statement -c /home/marek/Sundown/php-sundown/php_sundown.c...
The blockquote render is usually more than sufficient for the general use-case: ``` SundownRenderBase::blockQuote(string $quote) ``` However, it is missing some vital information regarding the blockquote level. For example it...
I create some php file with classes from this extension for intellisense in editors https://gist.github.com/dalibor983/b5fa9e568a12fd58ed4b. Can anyone refactor this file with all supported features from this extension with proper descriptions.
Hello I found a pull request about this feature on Reddit's Sundown fork: https://github.com/reddit/snudown/pull/38 Is it possible to implement this on php-sundown? Thank you
Hi, Working on packaging sundown extension for Fedora / RHEL / CentOS... Some minor issues Extension have been relicensed under PHP License, OK, but some header still refer to previous...
Hi, CFLAGS is set in config.m4. This is a bad practice as this don't honor default build flags used in downstream distribution. As you only add warnings, probably you can...