afeld/tangle

support scanning of a local HTML file

Open

#6 创建于 2016年6月7日

在 GitHub 查看
 (0 评论) (0 反应) (0 负责人)Go (0 fork)github user discovery
enhancementhelp wanted

仓库指标

Star
 (1 star)
PR 合并指标
 (30 天内没有已合并 PR)

描述

If the path to a local HTML file is given, it should be scanned, and respect absolute/relative file paths in relation to its directory. For example, when scanning /path/to/my/index.html:

  • <a href="../foo.html"> references the file /path/to/foo.html
  • <a href="/bar.html"> references the file /path/to/my/bar.html

贡献者指南