From a3b6e6c2ea339b54673caa26b7de0c1d63914f32 Mon Sep 17 00:00:00 2001 From: Thierry Arnoux <5831830+tirix@users.noreply.github.com> Date: Mon, 30 Oct 2023 11:47:04 +0100 Subject: [PATCH] Remove links for hypotheses --- src/statement.hbs | 8 ++++---- src/statement.rs | 16 ++++++++++++++++ static/metamath.css | 2 +- 3 files changed, 21 insertions(+), 5 deletions(-) diff --git a/src/statement.hbs b/src/statement.hbs index a66293b..09e0a7d 100644 --- a/src/statement.hbs +++ b/src/statement.hbs @@ -31,7 +31,7 @@
Description: {{comment}}
");
let comment = self.contrib_regex.replace_all(&comment, |caps: &Captures| {
@@ -426,6 +438,8 @@ impl Renderer {
id: ix.to_string(),
hyps: hyps.iter().map(usize::to_string).collect::