Patrick Dung

Results 39 comments of Patrick Dung

I already have allowed 'unsafe-inline' for script-src in my CSP. I didn't seem to find any log in the browser that complaint about CSP violation.

It is difficult to create the repo on astro.new/blitz/gitpod/codespaces, it is because I have lots of customization and uses AsciiDoctor instead of Markdown. At the moment, my main site is...

Here's some examples: 1) https://www.cloudnative.quest/posts/security/2022-01-01/improve-supply-chain-security-with-github-actions-and-open-source-tools/ ![image](https://user-images.githubusercontent.com/38665827/174802804-09d23560-55ce-40e9-a355-5f0522d529ba.png) For the sidebar, if you scroll the main page, the red indicator would scroll according to the title/anchor. In beta 47, it is not...

Additional info: I am using Windicss instead of TailwindCSS. The JS components that is not working (non-interactive) are svelte components loaded using "client only: svelte". The JS in these pages...

So I take a deeper look on the astro page/layout related to articles and have some finding: If I disable "src/components/RightSideBarToggle.svelte", then the article page is now working. It's the...

I moved the code for RightSideBarToggle.svelete from src/components/Asciidoctor.astro to src/layout/ArticleLayout.astro and the site now working again with the latest Astro.

Firstly, to answer your question, it is line 27 and line 28 in the pandoc.adoc file. I got an update from Asciidoctor discussion forum (by Dan Allen). Here's more information:...

I am no expert on AsciiDoc, but I think the Confluence may be producing extra/wrong output using `````` tags. Here's the original layout in Confluence, it is just URL links,...

Looks like it's a bug in AsciiDoctor. Let me check with AsciiDoctor for this part. (the first URL in Reference section)

One thing I had noticed is that Confluence produced the HTML code with ```Chapter 28``` inside the link description For the screenshot mentioned before ![image](https://user-images.githubusercontent.com/38665827/168465230-c5c4105d-6766-46c8-9cdb-324337fbcf14.png) The desired output is actually...