From 15bc9157e842014543484eb0559315c76bbffe51 Mon Sep 17 00:00:00 2001 From: furtest Date: Fri, 27 Jun 2025 15:37:28 +0200 Subject: [PATCH] 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. --- content/writeups/2025/fcsc/hardware/badd_circuit/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/writeups/2025/fcsc/hardware/badd_circuit/index.md b/content/writeups/2025/fcsc/hardware/badd_circuit/index.md index c1a2d9e..a7891bb 100644 --- a/content/writeups/2025/fcsc/hardware/badd_circuit/index.md +++ b/content/writeups/2025/fcsc/hardware/badd_circuit/index.md @@ -10,7 +10,7 @@ Points: 25 Number of solves: 512 Description: Here is a logic circuit that implements an unknown function. What is the value of the four output bits? -The flag format is FCSC{}. For example, if the value to find is 0001, the flag would be FCSC{0001}. +The flag format is `FCSC{}`. For example, if the value to find is 0001, the flag would be FCSC{0001}. ![Circuit picture](./baddcircuit.png)