Closed zkamvar closed 1 year ago
Just making notes as I come across them, hope that's OK
[![Binder](https://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/betatim/openrefineder/6ba108b?urlpath=%2Fopenrefine)
results in image being rendered by not linked. The HTML generated from the markup is <figure href="https://mybinder.org/v2/gh/betatim/openrefineder/6ba108b?urlpath=%2Fopenrefine"><img src="https://mybinder.org/badge.svg" alt="Binder" class="figure mx-auto d-block"></figure>
<p><img src="../assets/img/records.png" alt="Screen capture showing OpenRefine in Rows mode."><img src="../assets/img/rows.png" alt="Screen capture showing OpenRefine in Rows mode."></p>
. New HTML: <figure><img src="fig/rows.png" alt="Screen capture showing OpenRefine in Rows mode." class="figure mx-auto d-block"><img src="fig/records.png" alt="Screen capture showing OpenRefine in Rows mode." class="figure mx-auto d-block"></figure>
Hi @ostephens,
I apologise for my late reply. Thank you for reporting these, I've added them to my tracking list above.
WRT to setup page, I would defer to the maintainers for this. It was a concious decision to combine the setup and index pages because the learners need this information when starting the course
WRT to the binder setup link, that's a bug in sandpaper: https://github.com/carpentries/sandpaper/issues/445 and I can try to get that fixed today.
WRT to wrapped dates, this looks to be a bug in varnish in mobile view: https://github.com/carpentries/varnish/issues/80
WRT to combined images: the solution is to add a new line in between the images. This partially due to the fact that markdown treats items on adjacent lines as being part of the same paragraph. I can add the vertical space if you want.
@zkamvar no problem at all. I'm happy to tackle anything that is a formatting or lesson structure issue (setup page/combined images) so feel free to just deal with those issues that directly relate to the migration process
fixed in 42c662e0c8485af51c3e939d7f26bb08769c9546
tracking issue for https://github.com/librarycarpentry/lc-open-refine