diff options
author | Bjørn Erik Pedersen <[email protected]> | 2022-01-04 13:26:23 +0100 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2022-01-04 17:10:39 +0100 |
commit | 1651beb2c162f64a55d17f8f62223d82418569c9 (patch) | |
tree | 05a18253c54384a31cade948189f7b58d4608a17 /hugolib/page_test.go | |
parent | 2b6063c3e388056597af88709ff017d15f53c962 (diff) | |
download | hugo-1651beb2c162f64a55d17f8f62223d82418569c9.tar.gz hugo-1651beb2c162f64a55d17f8f62223d82418569c9.zip |
Remove mmark
Closes #9350
Diffstat (limited to 'hugolib/page_test.go')
-rw-r--r-- | hugolib/page_test.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hugolib/page_test.go b/hugolib/page_test.go index c59177652..7d55787c8 100644 --- a/hugolib/page_test.go +++ b/hugolib/page_test.go @@ -375,7 +375,6 @@ func testAllMarkdownEnginesForPages(t *testing.T, shouldExecute func() bool }{ {"md", func() bool { return true }}, - {"mmark", func() bool { return true }}, {"ad", func() bool { return asciidocext.Supports() }}, {"rst", func() bool { return rst.Supports() }}, } |