From 1248c72376db87af3c51f402915fac229b36883d Mon Sep 17 00:00:00 2001 From: 24OI-bot <15963390+24OI-bot@users.noreply.github.com> Date: Thu, 22 Aug 2019 09:07:34 -0400 Subject: [PATCH] style: format markdown files with remark-lint --- docs/intro/htc.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/intro/htc.md b/docs/intro/htc.md index f2aba582..0acf239f 100644 --- a/docs/intro/htc.md +++ b/docs/intro/htc.md @@ -161,9 +161,9 @@ LaTeX 作为公式排版的首选,我们应当正确地使用它。因此对 在 Wiki 中,使用 Markdown 引用来书写伪代码。 -不缩进:`> $\,$ your codes`。 +不缩进: `> $\,$ your codes` 。 -两层缩进:`> $\,\qquad\qquad$ $x\gets 0$`。 +两层缩进: `> $\,\qquad\qquad$ $x\gets 0$` 。 例如: @@ -173,19 +173,19 @@ LaTeX 作为公式排版的首选,我们应当正确地使用它。因此对 > > **Method.** > -> $\,$ $result \gets \varnothing$ +> $\,$ $result \gets \varnothing$ > > $\,$ sort $e$ into nondecreasing order by weight $w$ > -> $\,$ **for** each $(u, v, w)$ in the sorted $e$ +> $\,$ **for** each $(u, v, w)$ in the sorted $e$ > > $\,\qquad$ **if** $u$ and $v$ are not connected in the union-find set > > $\,\qquad\qquad$ connect $u$ and $v$ in the union-find set > -> $\,\qquad\qquad$ $result \gets result\ \bigcup\ \{(u, v, w)\}$ +> $\,\qquad\qquad$ $result \gets result\ \bigcup\ \{(u, v, w)\}$ > -> $\,$ **return** $result$ +> $\,$ **return** $result$ ```markdown > **Input.** The edges of the graph $e$ , where each element in $e$ is $(u, v, w)$ denoting that there is an edge between $u$ and $v$ weighted $w$ . -- 2.11.0