OSDN Git Service

style: format markdown files with remark-lint
author24OI-bot <15963390+24OI-bot@users.noreply.github.com>
Sun, 27 Sep 2020 01:37:29 +0000 (21:37 -0400)
committer24OI-bot <15963390+24OI-bot@users.noreply.github.com>
Sun, 27 Sep 2020 01:37:29 +0000 (21:37 -0400)
docs/graph/euler.md

index 7fbca75..1d52627 100644 (file)
@@ -134,6 +134,7 @@ $$
       int to;
       bool exists;
       int revref;
+    ```
 
       bool operator<(const edge& b) const { return to < b.to; }
     };