Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How I can install the extensions and use them in binary #284

Open
ivanspasov99 opened this issue Oct 14, 2022 · 0 comments
Open

How I can install the extensions and use them in binary #284

ivanspasov99 opened this issue Oct 14, 2022 · 0 comments

Comments

@ivanspasov99
Copy link

ivanspasov99 commented Oct 14, 2022

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant