Paul Wright

Results 16 comments of Paul Wright

created https://github.com/redhat-developer/vscode-didact/issues/370

@bfitzpat yes, that's great!, run didact if you wanna test didact links makes sense to me

1. I think you've no choice but to use https://marketplace.visualstudio.com/items?itemName=asciidoctor.asciidoctor-vscode ? 2. ctrl-alt-v never worked for me due to conflicts, always had to 'Didact: Start Didact Tutorial from file' -...

Just to add to this conversation, GFM is now supporting 'Alerts' as per [New Markdown extension: Alerts provide distinctive styling for significant content - The GitHub Blog]( https://github.blog/changelog/2023-12-14-new-markdown-extension-alerts-provide-distinctive-styling-for-significant-content/ ) They...

I also had this requirement, but worked around it by generating html with no stylesheet [1] and an antora ui that only produces body html, then renaming the html files...

@snowe2010 glad to see it worked out. TLDR; for folks `rename("""(.*).html""", "$1.md")` allowed Tyler to insert rendered AsciiDoc into mkdocs.