neocotic / europa

Library for converting HTML into valid Markdown
MIT License
158 stars 24 forks source link

Base URL option #24

Closed neocotic closed 11 years ago

neocotic commented 11 years ago

This PR adds a new option to the CLI and API that allows a specific base URL to be specified in node.js environments to avoid relative URLs from only being resolved to file paths.

This feature does not work in the browser... yet(?)