Skip to content

Commit

Permalink
use attr_list style code fences
Browse files Browse the repository at this point in the history
  • Loading branch information
shaedrich authored Jun 5, 2024
1 parent 857800f commit f164518
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting-started/hello-world.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ __Does the name of the file matter?__ Not to the compiler, no. Pony doesn't care

In your file, put the following code:

```ponylang snippet="hello-world-main.pony:1-3,6" dedent_subsections=false
```{ .ponylang snippet="hello-world-main.pony:1-3,6" dedent_subsections=false }
--8<-- "hello-world-main.pony"
```

Expand Down

0 comments on commit f164518

Please sign in to comment.