Closed mfolnovic closed 10 months ago
This looks helpful. The project supports both Markdown and AsciiDoc and if possible we try to support features for both, but Markdown has its limitations. We will likely not add this soon but if you want it, a PR is welcome.
Awesome. I'll try to find time for this sometime soon.
As for markdown, it seems it's pretty similar:
So it should be easy to support both! :nerd_face:
I hope you will consider my contribution. It allowed us to get support for code formatting in our generated API docs, and I would love to avoid having to maintain a fork. Please let me know if there's anything I can to to increase your likelihood of accepting my PR.
Documentation says:
From reading AsciiDoc User Guide,
spring-auto-restdocs
could support:<code>
- http://asciidoc.org/userguide.html#X77, using a backtick (`)<pre>
- http://asciidoc.org/userguide.html#X105What do you think?