protiumx / blogpub

Github action to publish your blog articles from Markdown to Medium or Dev.to
Apache License 2.0
30 stars 6 forks source link

feat: find and replace relative paths #14

Closed protiumx closed 2 years ago

protiumx commented 2 years ago

As improvement of the previous #12 this PR's uses the raw_url of the markdown file to get a relative paths and then replaces all the occurrences of ./ and ../ to resolve the absolute paths.