Undo fucked formatting on html pre block
This commit is contained in:
parent
bb98bec8fc
commit
2ded561ded
1 changed files with 5 additions and 2 deletions
|
@ -97,9 +97,12 @@
|
||||||
<ImageButton Data="@Buttons.Pancakes"/>
|
<ImageButton Data="@Buttons.Pancakes"/>
|
||||||
<details>
|
<details>
|
||||||
<summary>Add my button</summary>
|
<summary>Add my button</summary>
|
||||||
|
@* @formatter:off *@
|
||||||
<pre><code><a href="@Buttons.Pancakes.Href" target="_blank">
|
<pre><code><a href="@Buttons.Pancakes.Href" target="_blank">
|
||||||
<img src="@Buttons.Pancakes.Href@Assets[$"imgs/buttons/{Buttons.Pancakes.Image}"]" alt"@Buttons.Pancakes.Title">
|
<img src="@Buttons.Pancakes.Href@Assets[$"imgs/buttons/{Buttons.Pancakes.Image}"]" alt"@Buttons.Pancakes.Title">
|
||||||
</a></code></pre>
|
</a></code></pre>
|
||||||
|
@* @formatter:on *@
|
||||||
|
|
||||||
<p>The image URL may change in the future. Instead of hotlinking it you should <a
|
<p>The image URL may change in the future. Instead of hotlinking it you should <a
|
||||||
href="@Assets[$"imgs/buttons/{Buttons.Pancakes.Image}"]" download="pancakes.png">download the image</a>
|
href="@Assets[$"imgs/buttons/{Buttons.Pancakes.Image}"]" download="pancakes.png">download the image</a>
|
||||||
manually.</p>
|
manually.</p>
|
||||||
|
|
Loading…
Add table
Reference in a new issue