fix(features-carousel): corriger le rendu du titre en utilisant markdown
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
<section id="features-carousel" class="section{{ if not $background_color }} bg-gray-50{{ end }}" {{ if $background_color }}style="background-color:{{ $background_color }};"{{ end }}>
|
||||
<div class="container">
|
||||
{{ if $title }}
|
||||
<h1 class="text-3xl font-bold mb-4 text-center">{{ $title }}</h1>
|
||||
<h1 class="text-3xl font-bold mb-4 text-center">{{ $title | markdownify }}</h1>
|
||||
{{ end }}
|
||||
<div class="features-carousel__nav"></div>
|
||||
<div class="features-carousel__slides">
|
||||
|
||||
Reference in New Issue
Block a user