Hello, thanks for this great tool!
I just have a problem using markdown code blocks in overview page. < gets replaced by <
E.g.
<!DOCTYPE html>
<html lang="lv">
...
</html>
when generated, is shown as
<!DOCTYPE html>
<html lang="lv">
...
</html>
Any ideas how could i fix this?