Skip to content

Commit 4c782f2

Browse files
authored
minor changes
1 parent f4babe7 commit 4c782f2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/language/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ These are built into the language and cannot be changed whatsoever _(unless you
340340
<!-- md:version 2.0.0-prerelease8 --> Note how the `ThrowError` special action is practically the same as `!> any any any "<message>"` logic path. The difference is internal only and quite neggligible for most use cases. Some will argue the first is clearer, while others will argue the second is clearer. Choose whichever you prefer!
341341

342342
## Evaluation Process Flow
343-
??? info "Strictly markup"
343+
!!! info "Strictly markup"
344344
Despite the usage of wording such as _"return"_ and _"interpret"_, RSML is **purely declarative** - it can**not** execute, compile or transpile code.
345345

346346
RSML is evaluated from **start to finish** _([see Advanced Representation of the Process Flow](#advanced-representation))_, meaning that the **very first** logic path **with a return operator in it** that matches will be used and the evaluation ends there. All the logic beyond that point is ignored completely, including comments and special actions.
@@ -415,7 +415,7 @@ The recommended file extension for RSML files is `.rsea`, but other extensions m
415415
## Syntax Reference
416416
This is a quick reference sheet on RSML's syntax.
417417

418-
??? example "Quick syntax reference"
418+
???+ example "Quick syntax reference"
419419
```rsea
420420
# This is a comment
421421

0 commit comments

Comments
 (0)