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
When running a codo command that pulls in multiple .md files, it's nice to have them formatted as HTML, but the links within the markdown are no longer accurate. For example:
# My Readme[Another Markdown File](path/to/SOME_FILE.md)
Correctly points to path/to/SOME_FILE.md in github and other markdown rendering services, but when pushed through codo the link should be updated to path/to/SOME_FILE.md.html if the reference exists.
The text was updated successfully, but these errors were encountered:
When running a
codo
command that pulls in multiple .md files, it's nice to have them formatted as HTML, but the links within the markdown are no longer accurate. For example:Correctly points to
path/to/SOME_FILE.md
in github and other markdown rendering services, but when pushed through codo the link should be updated topath/to/SOME_FILE.md.html
if the reference exists.The text was updated successfully, but these errors were encountered: