realworldocaml/mdx

MDX hangs when closing fence is missing

Opened this issue · 0 comments

talex5 commented

If the input file is missing a closing fence then MDX hangs:

$ cat > test.md << 'EOF'
```ocaml
# 1;;
EOF

$ ocaml-mdx test test.md
[hangs]