Skip to content

Commit

Permalink
Merge branch 'main' into vinyl/feat/intro-tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
Vinyl-Davyl authored Aug 23, 2024
2 parents 7b7f012 + 55f9ce5 commit f41641b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/content/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ This tutorial has the following modules:

- [Module 1](https://playground.accordproject.org/learn/module1): Create a Concerto model for your template.
- [Module 2](https://playground.accordproject.org/learn/module2): Draft a TemplateMark template.
- [Module 3](https://playground.accordproject.org/learn/module3): Pass some data to the TemplateMark template conforming to the shape defined by the Concerto Model
- [Module 3](https://playground.accordproject.org/learn/module3): Pass some data to the TemplateMark template conforming to the shape defined by the Concerto Model
2 changes: 1 addition & 1 deletion src/content/module1.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ namespace [email protected]
concept HelloWorld {
o String name
}
```
```
2 changes: 1 addition & 1 deletion src/content/module2.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ Next define the [TemplateMark](https://github.com/accordproject/markdown-transfo

```
Hello {{message}}.
```
```

0 comments on commit f41641b

Please sign in to comment.