Seasawher / mdgen

Tool to generate markdown files from lean files. This is heavily inspired by lean2md.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add testcase for inner block comment

Seasawher opened this issue · comments

example : True := by
  /-
  some comments
  -/
  trivial