Skip to content

Commit

Permalink
fix angle brackets (#268)
Browse files Browse the repository at this point in the history
  • Loading branch information
brishtibheja authored Sep 22, 2024
1 parent 127294d commit a4e343f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ To do this, we can set the answer template to:
A: {{English}}<br>
Page #{{Page}}

In card templates, field names are wrapped in double curly brackets, like `{{French}}` or `{{English}}`. Anki replaces those with the actual text the fields contain. This is called a ["Field replacement"](templates/fields.md). Text not wrapped in double curly brackets appears the same on each card. For example, we won't need to add "Page \#" on every note because the template will add it automatically to every card. The `&lt;br&gt;` tag is
In card templates, field names are wrapped in double curly brackets, like `{{French}}` or `{{English}}`. Anki replaces those with the actual text the fields contain. This is called a ["Field replacement"](templates/fields.md). Text not wrapped in double curly brackets appears the same on each card. For example, we won't need to add "Page \#" on every note because the template will add it automatically to every card. The `<br>` tag is
a special code that tells Anki to move to the next line. For details, see the [templates](templates/intro.md) section.

The production card's templates will also work in a similar way:
Expand Down

0 comments on commit a4e343f

Please sign in to comment.