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
At the moment things like images and hrefs don't work properly when moved from repo to the static site sources. To fix this I could do some hacky find/replace work, but it would be better to have a Markdown parser that could make the code more reliable and maintainable.
With a parser I could traverse to each link or image node and update it in-place before re-writing out the result.
The text was updated successfully, but these errors were encountered:
At the moment things like images and hrefs don't work properly when moved from repo to the static site sources. To fix this I could do some hacky find/replace work, but it would be better to have a Markdown parser that could make the code more reliable and maintainable.
With a parser I could traverse to each link or image node and update it in-place before re-writing out the result.
The text was updated successfully, but these errors were encountered: