Closed dwaite closed 3 years ago
I suspect this change was when mmark migrated from github.com/miekg/mmark, so sometime before August 2018.
Not feeling I'm on the beaten path using mmark with this toolset, but I'll probably proceed on a fork since it appears to work locally. The change is small enough against main.mk
that I will not plan a PR unless desired.
@dwaite, I would be very happy to correct mmark usage here. I just haven't used mmark myself in a while, but it's an excellent tool and it's shame to see that it is rotten. If removing the flags is sufficient, then I'll do that. Of course, if you have changes to contribute that go further (or are more careful than I'd be) that would be greatly appreciated.
I have just removed the flags - but then had to do quite a bit of search-and-replace to have automation create and use my own containers/actions.
I've previously used kramdown with your tools, but switched to mmark for this particular document due to another author's preference.
@dwaite, thanks. I've dropped the tags. If you are able to test this and confirm that it works, that would be good.
I made the exact same change which worked fine. https://github.com/dwaite/i-d-template/commit/4836f4d4ec57e6b0ff6686bdfa917ba67b0574d1
Attempting to follow the walkthrough for creating a new working group repo. This error also happens after check-in via the Github Actions support.
I was not able to find reference to the
-xml2
or-page
argument at github.com/mmarkdown/mmark (even historically) so I'm rather confused.I was able to build successfully after locally removing these flags from
make.mk