Christian Schlichtherle
Christian Schlichtherle
Ok, I have investigated this issue further. The generated web page code seems fine. In the JDepend report, there are links to the Cycles section like this: ``` cycles ```...
Yes, this workaround resolves this issue.
I don't understand what else you need. My comment above explains what's happening and your comment below shows a workaround. If you need some more specific information, then please explain...
Ok, as said in my previous comment, the anchor and links look healthy, but when clicking a link, the browser URL gets rewritten to a form where each fragment is...
This happens when using Velocity, so here is some minimal content to reproduce the issue: ``` #set($h1 = '##') $h1 Foo This is someone's content. ``` Put this into a...
Sorry, it hasn't anything to do with Velocity. If you put the following content into a file named `foo.md`, then same substitution issue occurs: ``` ## Foo This is someone's...
The generated page uses the UTF-8 encoding indeed. Here's the start of generated source code: ``` ``` For what it's worth, the substitution only happens with the reflow-maven-skin and only...
Hi Andrius, thanks for looking into this. Yes, this works in other skins and is especially important with multi-module projects where you typically do not want to customize breadcrumbs in...
I'm using k3s v0.9.0-rc2 on an array of Raspberry Pi 4 (4 GB) with an unofficial ARM64 image of Ubuntu Server 18.04.3 (got it from [here](https://github.com/TheRemote/Ubuntu-Server-raspi4-unofficial/releases)). To set the version,...
Ok, I see. Well, I think this issue is a feature request then. The reasoning in the Kubernetes docs is sound and I'ld love to see this supported by k3s,...