From 720cf20855b7695f3c2059c2e1c52e2cb2501995 Mon Sep 17 00:00:00 2001 From: Alex Beregszaszi Date: Fri, 2 Dec 2016 13:46:56 +0000 Subject: Place into a code block --- docs/using-the-compiler.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/using-the-compiler.rst b/docs/using-the-compiler.rst index 0fec6c8c..dcd5e589 100644 --- a/docs/using-the-compiler.rst +++ b/docs/using-the-compiler.rst @@ -49,6 +49,8 @@ QUESTION: How to specific file-reading callback? - probably not as part of json The input description is language-specific and could change with each compiler version, but it should be backwards compatible if possible. +.. code-block:: none + { sources: { @@ -105,6 +107,7 @@ should be backwards compatible if possible. Regular Output -------------- +.. code-block:: none { errors: ["error1", "error2"], // we might structure them -- cgit