phodal / adr

Architecture Decision Records in Node.js with Reporter, supported Windows, GNU/Linux, macOS - 轻量级架构决策记录工具
https://phodal.github.io/adr/
MIT License
260 stars 51 forks source link

Support for using Asciidoc rather than Markdown #52

Open murdos opened 7 months ago

murdos commented 7 months ago

It would be really handy if the tool was also supporting writing ADR using Asciidoc. Asciidoc is quite popular too, and has interesting 3rd party tooling for aggregating documentation or publishing documentation to Confluence for example.

So it would be nice if the adr tool would let you chose between Markdown and Asciidoc, while keeping Markdown as default.

phodal commented 7 months ago

haha, welcome to PR

jygastaud commented 3 weeks ago

@murdos @phodal I've submit the #55 PR which add support for asciidoc. Unless I've missed some tests, I think almost all current markdown supported functionalities should work with asciidoc.

You can try it if you want.

phodal commented 3 weeks ago

@jygastaud works well, already publish new version 1.5.0.

jygastaud commented 3 weeks ago

Wow that was quick. Thanks @phodal for the new release

murdos commented 3 weeks ago

@jygastaud : Awesome, thanks!!!

jygastaud commented 3 weeks ago

Small fix pushed in #56