How I can install the extensions and use them in binary
ivanspasov99 opened this issue · 0 comments
ivanspasov99 commented
Following the installation guide did not enable the extensions.
mkdir build
cd build
cmake .. # optionally: -DCMAKE_INSTALL_PREFIX=path
make # executable will be created as build/src/cmark
make test
make install
It creates binary which does not render tables correctly. Tested with tables but the other extension may not be included as well. Not sure if the docs is outdated or I am doing something wrong?