Skip to content

Commit 496fc27

Browse files
docs: lowered header level since missing level 2 header
The page did not have a level 2 header anymore, making all those level 3 headers now the level 2 headers. I forgot to update this before.
1 parent 88c6ec4 commit 496fc27

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/processing-instructions.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Here follows a list off all possible instructions:
1616
- [`engine`](#engine-concept): checks if the compiler uses the same version for slyde.
1717
- [`include`](#include-concept): include files in the final build.
1818

19-
### Change Markup Renderer
19+
## Change Markup Renderer
2020

2121
You can change the markup render to `XYZ` using:
2222

@@ -36,7 +36,7 @@ For example, you can use it to turn off markup rendering:
3636
</text>
3737
```
3838

39-
### Engine
39+
## Engine
4040

4141
Require a certain version for slyde to be. Works using semantic versioning. See the [semver NPM package](https://github.com/npm/node-semver) for their API. This allows you to assert a warning
4242

@@ -82,7 +82,7 @@ Include multiple sets of versions. Use `||` to combine.
8282
<?slyde engine="^2 <2.2 || > 2.3" ?>
8383
```
8484

85-
### Include (concept)
85+
## Include (concept)
8686

8787
> [!NOTE]
8888
> For now this is just a concept, I am not sure if it will make it into the final version.

0 commit comments

Comments
 (0)