You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Code blocks can have syntax highlighting implemented by adding the appropriate language to the right of the backticks beginning the code block. Additionally, indentation can be applied by inserting a > symbol and a space before the backticks and on all lines inside the code block.
E.g.
> ```http
> <http request/response data>
>
> ```
Without highlighting and indentation:
With highlighting and indentation:
This should be used on all code blocks within templates as it increases the readability of the overall report.
The text was updated successfully, but these errors were encountered:
Code blocks can have syntax highlighting implemented by adding the appropriate language to the right of the backticks beginning the code block. Additionally, indentation can be applied by inserting a
>
symbol and a space before the backticks and on all lines inside the code block.E.g.
Without highlighting and indentation:
With highlighting and indentation:
This should be used on all code blocks within templates as it increases the readability of the overall report.
The text was updated successfully, but these errors were encountered: