Testing highlight
This commit is contained in:
parent
0bdbf16419
commit
f3029e754a
1 changed files with 4 additions and 0 deletions
|
@ -6,6 +6,10 @@ was going to import into a fresh new database to test with. When I
|
|||
imported it everything seemed fine, except when looking at the actual
|
||||
page. So this is what I found:
|
||||
|
||||
[[!format sql """
|
||||
SELECT * FROM app_table;
|
||||
"""]]
|
||||
|
||||
<pre class="src src-sql">SELECT * FROM app_table;
|
||||
=> 3 rows of data</pre>
|
||||
|
||||
|
|
Loading…
Reference in a new issue