Closed IsaccBarker closed 2 weeks ago
Update: The assets are going into the bundle being hosted, and exist correctly, but either Sphinx or Quarto is messing things up by appending name:foo
to the end of the filename in the resulting HTML (example /README_files/figure-rst/gentime-visualization-output-1.pngname:gentime-visualization
instead of /README_files/figure-rst/gentime-visualization-output-1.png
). Not sure who's fault this is.
Alright, things have been brought up to the modern day, and I've moved the transfer format from ReStructured Text over to Markdown, which seems to have fixed things. I had to hardcode an anchor tag for some reason, however.
The Codacy issues aren't likely fixable, given that the code is emitted by Quarto. Is there a way you can disable Markdown checking in the dashboard @gvegayon?
Fixes #44.