Thomas Kratz
Thomas Kratz
The docs say its src/main/webapp, I just guess this is not the case anymore? I put them in the frontend folder, but its not found there.
I found https://github.com/asciidoctor/asciidoctor-reveal.js/issues/453 which introduced inline option for svg images. but when I run my converter it fails with ``` Execution tts of goal org.asciidoctor:asciidoctor-maven-plugin:3.1.1:process-asciidoc failed: org.jruby.exceptions.NoMethodError: (NoMethodError) undefined method...
the endregion marker in the regex for html/xml is #region https://github.com/slidevjs/slidev/blob/ba6a0047dff59f431d994441dee15e80578b2ba7/packages/slidev/node/syntax/transform/snippet.ts#L36 i think it should be #endregion, at least this is what vscode expects.
I have a source example that gets included like this: ```asciidoc .auth.guard.ts [source,typescript,indent=0] ---- include::{routesrc}/a400-bulletin-arch/src/app/core/auth/auth.guard.ts[tag=guard] ---- Zugriff erlaubt oder auch nicht erlaubt. ``` the example has some callouts: ```typescript //...