Skip to content

Commit

Permalink
Fixed formatting of bullet list in mvc section (#456)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonech authored Jan 11, 2022
1 parent 085d194 commit 71a72cf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -560,9 +560,9 @@ The package `Fluid.MvcViewEngine` provides a convenient way to use Liquid as a r

#### Registering the view engine

1- Reference the `Fluid.MvcViewEngine` NuGet package
2- Add a `using` statement on `FluidMvcViewEngine`
3- Call `AddFluid()` in your `Startup.cs`.
1. Reference the `Fluid.MvcViewEngine` NuGet package
2. Add a `using` statement on `Fluid.MvcViewEngine`
3. Call `AddFluid()` in your `Startup.cs`.

#### Sample
```csharp
Expand Down Expand Up @@ -647,7 +647,7 @@ public class Startup
```Liquid
{% layout '_layout.liquid' %}
This is is the home page
This is the home page
```

The `{% layout [template] %}` tag accepts one argument which can be any expression that return the relative location of a liquid template that will be used as the master template.
Expand Down

0 comments on commit 71a72cf

Please sign in to comment.