Just noticed some highlighted white-space character while reviewing the commit history using git log --oneline --patch, and simply removed these characters and committed the changes 👍
It's a simple patch, and doesn't really affect the end result when converting the markdown file to a static page.. but it's better to do it then leaving it IMO.
Just noticed some highlighted white-space character while reviewing the commit history using
git log --oneline --patch
, and simply removed these characters and committed the changes 👍It's a simple patch, and doesn't really affect the end result when converting the markdown file to a static page.. but it's better to do it then leaving it IMO.