Fix raw html false positive

The markdown renderer thinks everything that is between < and > is html.
So place a placeholder between backticks so it can render.
This commit is contained in:
2025-06-27 15:37:28 +02:00
parent 8a3f9d77da
commit 15bc9157e8

View File

@@ -10,7 +10,7 @@ Points: 25
Number of solves: 512 Number of solves: 512
Description: Description:
Here is a logic circuit that implements an unknown function. What is the value of the four output bits? Here is a logic circuit that implements an unknown function. What is the value of the four output bits?
The flag format is FCSC{<value>}. For example, if the value to find is 0001, the flag would be FCSC{0001}. The flag format is `FCSC{<value>}`. For example, if the value to find is 0001, the flag would be FCSC{0001}.
![Circuit picture](./baddcircuit.png) ![Circuit picture](./baddcircuit.png)