Lukasz Czajczyk
Lukasz Czajczyk
Hi, it would be great to include 2 features from Antora to this plugin: extended syntax for include and image macros, basically ability to specify module.
Thanks for the answer. This is solved if you use Asciidoc includes (include::) for local and delegate all PlantUml includes (!include) to Kroki. This is how other tools are doing...
It allows to start the server easily using ./gradlew execute. It starts java with appropriate dependencies.
Hi, there reference to '--' is this: https://github.com/erenon/bazel_clang_tidy/blob/4884c32e09c1ea9ac96b3f08c3004f3ac4c3fe39/clang_tidy/clang_tidy.bzl#L46. It is used to separate clang-tidy flags from clang flags (https://clang.llvm.org/extra/clang-tidy/#using-clang-tidy). It took me a while reading Bazel (I'm not a Bazel...