Skip to content

Commit 5e6f9d3

Browse files
style: code block was wrapping and it looked ugly
This makes it a full width code block, fixing the issue.
1 parent 0081151 commit 5e6f9d3

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/debugging.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ For example this obviously does not make sense:
1010
</presentation>
1111
```
1212

13-
So, you'll receive an error along the lines of `"Expected slides at ${path} but found presentation"` where path is the path to the inner presentation. These paths are based on [xpath](https://www.w3schools.com/xml/xpath_intro.asp), a XML query language. This makes sure we are all on the same page, and might make creating IDE extensions easier later.
13+
So, you'll receive an error along the lines of:
14+
15+
```Txt
16+
Error: Expected slides at ${path} but found presentation.
17+
```
18+
19+
where path is the path to the inner presentation. These paths are based on [xpath](https://www.w3schools.com/xml/xpath_intro.asp), a XML query language. This makes sure we are all on the same page, and might make creating IDE extensions easier later.
1420

1521
In case you do not get a path, that is a shame. Feel free to [open an issue](https://github.com/Tygo-van-den-Hurk/Slyde/issues/new) and I will look into it.

0 commit comments

Comments
 (0)