no bold style in the title, it´s invisible
This commit is contained in:
@ -16,6 +16,7 @@
|
|||||||
.box__error {
|
.box__error {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.box.has-advanced-upload {
|
.box.has-advanced-upload {
|
||||||
background-color: white;
|
background-color: white;
|
||||||
outline: 2px dashed black;
|
outline: 2px dashed black;
|
||||||
@ -42,6 +43,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
@section scripts {
|
@section scripts {
|
||||||
|
<script src="~/js/showdown.js" asp-append-version="true"></script>
|
||||||
|
<script src="~/js/md-helpers.js" asp-append-version="true"></script>
|
||||||
<script>
|
<script>
|
||||||
|
|
||||||
$(document).ready(function() {
|
$(document).ready(function() {
|
||||||
@ -122,13 +125,11 @@
|
|||||||
|
|
||||||
|
|
||||||
<div id="Titletoolbar" class="hidden ql-snow ql-toolbar">
|
<div id="Titletoolbar" class="hidden ql-snow ql-toolbar">
|
||||||
<button class="ql-format-button ql-bold"></button>
|
|
||||||
<button class="ql-format-button ql-italic"></button>
|
<button class="ql-format-button ql-italic"></button>
|
||||||
<button class="ql-format-button ql-underline"></button>
|
<button class="ql-format-button ql-underline"></button>
|
||||||
<button class="ql-format-button ql-strike"></button>
|
<button class="ql-format-button ql-strike"></button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<img class="blogphoto" alt="" src="@Model.Photo" title="Photo associée au post">
|
<img class="blogphoto" alt="" src="@Model.Photo" title="Photo associée au post">
|
||||||
<h2 title="Titre du post" class="blogtitle" id="titleview" ismarkdown>@Model.Title</h2>
|
<h2 title="Titre du post" class="blogtitle" id="titleview" ismarkdown>@Model.Title</h2>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user