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
Hello folks,
I'm using flatdoc and I would like to have code highlighting when i write code part in php, like highlight.js do, is it possible ?
thanks
The text was updated successfully, but these errors were encountered:
Hello Ciboulette,
yes, thats possible. You can define your highlighting in the flatdoc.js (line:321).
Use this site for the regexpressions: "https://regex101.com/"
Use in the MD-File this for your code: "3 single quote" php PHP-Code "3 single quote"
I hope this infos helps.
Sorry, something went wrong.
No branches or pull requests
Hello folks,
I'm using flatdoc and I would like to have code highlighting when i write code part in php, like highlight.js do, is it possible ?
thanks
The text was updated successfully, but these errors were encountered: