Description Usage Arguments Details Value Examples
Checks the current document for coding errors.
1 | error_check(document)
|
document |
A string to be scanned for errors. |
This function takes a string (such as the contents of a document), and conducts some basic linting. It returns a warning if there aren't a matching number of (QCODE)
tags, or if text has been marked to be captured but the capture is missing a tag (missing {#my_tag}
).
A warning
message as a character string.
1 2 | error_check("An (QCODE)unmatched set of (QCODE) gives (/QCODE){#tag} a warning.")
error_check("A (QCODE) qcode with a missing tag gives a warning.")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.