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
An obvious option is to save the snippet information as Markdown.
We would need a Markdown highlighter which would be quite simple:
If highlighting was not required the output would be unhighlighted source code surrounded by code fences:
``` unhighlighted-source-code ```
If highlighting was to be supported the opening code fence would need to be followed by pascal:
pascal
```pascal unhighlighted-source-code ```
The text was updated successfully, but these errors were encountered:
delphidabbler
No branches or pull requests
An obvious option is to save the snippet information as Markdown.
We would need a Markdown highlighter which would be quite simple:
If highlighting was not required the output would be unhighlighted source code surrounded by code fences:
If highlighting was to be supported the opening code fence would need to be followed by
pascal
:The text was updated successfully, but these errors were encountered: