phodal / adr

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

Support for using Asciidoc rather than Markdown #52

Open murdos opened 9 months ago

murdos commented 9 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 9 months ago

haha, welcome to PR

jygastaud commented 2 months 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 2 months ago

@jygastaud works well, already publish new version 1.5.0.

jygastaud commented 2 months ago

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

murdos commented 2 months ago

@jygastaud : Awesome, thanks!!!

jygastaud commented 2 months ago

Small fix pushed in #56