Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert relative links to .html #220

Open
funnylookinhat opened this issue Feb 12, 2016 · 1 comment
Open

Convert relative links to .html #220

funnylookinhat opened this issue Feb 12, 2016 · 1 comment
Labels

Comments

@funnylookinhat
Copy link

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.

@inossidabile
Copy link
Member

This is interesting but not critical so I'm going to just leave it here not having time to work on that myself. PRs are welcome.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants