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:
@@ -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}.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user