You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, GitHub supports linking to repo images in the README markdown files, like so:
# <img src="./icons/32x32.png"> Bathroom Status Chrome Extension (example)
However, this currently fails the build because of line 64 in fix_html.js
throw new Error(${base}: Unknown reference '${origUrl}')
What do you think about changing the fatal error to a console.error so that the docs still build. I'd rather have a broken image then no docs at all.
Side note:
I looked around the Metalsmith docs to see if there was a way of copying the local image to the build directory, but I didn't find anything solution.
The text was updated successfully, but these errors were encountered:
Currently they do....
However, GitHub supports linking to repo images in the README markdown files, like so:
# <img src="./icons/32x32.png"> Bathroom Status Chrome Extension
(example)However, this currently fails the build because of line 64 in
fix_html.js
throw new Error(
${base}: Unknown reference '${origUrl}')
What do you think about changing the fatal error to a
console.error
so that the docs still build. I'd rather have a broken image then no docs at all.The text was updated successfully, but these errors were encountered: