We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We are trying to apply a new theme to our documentation. We are using grunt-documentation and we already contributed to it to support themes.
Unfortunately we are having issues applying the documentation-theme-light with documentationjs/grunt-documentation#8 which is related to documentationjs/documentation-theme-light#3
In the process of fixing these issues we noticed that we need access to https://github.com/documentationjs/documentation/blob/master/lib/output/util/formatters.js but it does not seem to be accessible from outside the library. Any ideas?
The text was updated successfully, but these errors were encountered:
Ok just using remark = require('remark'); does the trick.
remark = require('remark');
Sorry, something went wrong.
No branches or pull requests
We are trying to apply a new theme to our documentation. We are using grunt-documentation and we already contributed to it to support themes.
Unfortunately we are having issues applying the documentation-theme-light with documentationjs/grunt-documentation#8 which is related to documentationjs/documentation-theme-light#3
In the process of fixing these issues we noticed that we need access to https://github.com/documentationjs/documentation/blob/master/lib/output/util/formatters.js but it does not seem to be accessible from outside the library. Any ideas?
The text was updated successfully, but these errors were encountered: