Alexander KIRILOV
Alexander KIRILOV
@andrewesweet @rmpestano I have started working on a first implementation of multi-page rendering based on on SPI logic as described by @andrewesweet and I would like to hear your thoughts...
I agree that it looks hard to split into multiple pages the way it is currently working. Do you think another solution would be to "wrap" the current project into...
@rmpestano @andrewesweet I have just opened a very crude draft PR https://github.com/rmpestano/cukedoctor/pull/179 that adds a completely new converter (MultipageConverter) which uses components from the main *cukedoctor-converter* project and which provides...
@rmpestano Hello and sorry for the late answer - I was busy at work the last 2 works. I have added some unit tests and BDD tests to the PR...
Hello @mcchung52 I had similar issues. Please check this issue: #350
_bump_ any comments/discussion are greatly appreciated @aslakhellesoy
Hello can anyone please give me some guidelines on where I can start from - I wish to try to implement the ASCIIDOC support :). If I understand correctly I...
Hello everyone, @mpkorstanje, @aslakhellesoy, @mattwynne To answer your comments: - Yes the feature is about writing features in asciidoc and is essentially the same as the markdown support - @aslakhellesoy...
I thought i'd give a code example real quick to show how trivial adding "asciidoc" support will become with this new feature: 1. I modified the original token matcher to...
PRs opened: https://github.com/cucumber/gherkin/pull/95 https://github.com/cucumber/messages/pull/139