jekyll-relative-links icon indicating copy to clipboard operation
jekyll-relative-links copied to clipboard

A Jekyll plugin to convert relative links to markdown files to their rendered equivalents

Results 13 jekyll-relative-links issues
Sort by recently updated
recently updated
newest added

Hey, thanks a lot for this plugin! I've added support for [gemtext](https://gemini.circumlunar.space/docs/gemtext.gmi)-formatted links. This is a format pretty similar to markdown, and mostly used with the small-web [gemini protocol](https://gemini.circumlunar.space/docs/faq.gmi). There's...

### Describe the bug ```markdown [Title ![badge](https://example.com/badge.png)](./article.md) ``` https://github.com/benbalter/jekyll-relative-links/blob/3765d2883266e498baea36f32e8137a636751908/lib/jekyll-relative-links/generator.rb#L53 ```ruby link_type, link_text, relative_path, fragment = link_parts(Regexp.last_match) # link_type: "inline" # link_text: "Title ![badge" # relative_path: "https://example.com/badge.png" ``` ### Steps to...

### Is your feature request related to a problem? Please describe the problem you're trying to solve. Currently, if a link is wrapped in valid markdown style (i.e. line break...

help wanted
good first issue

Hi, It seems links are not validated, in the way they are when you use `{% link my_page.md %}` Would it be possible to add an option for this?

### Describe the bug When a umlaut is present in the file path a error message occurs ``` jekyll 3.9.0 | Error: incompatible encoding regexp match (Windows-1252 regexp with UTF-8...

### Problem We have Markdown documentation for a software project. Let's call the repo directory "repo". The /docs directory in this project is served via GitHub Pages, so repo/docs/index.md is...

### Describe the bug If I have one page, `a.md` that has some relative links in it: ``` [X](./some/path/to/x.md) ``` And I use `include_relative` to include the content of `b.md`...

help wanted
good first issue

# Description Create a brand new Jekyll site with the following content: - index.md ``` Hello, world! [Target](target.md) or {% include include.md %} ``` - target.md ``` (anything) ``` -...

help wanted
feature
good first issue

For example, the following content in the middle of a document causes an exception: ```markdown [text](/~nonexistent/example.pdf) ``` We encountered this when migrating a large (dirty) site where we had a...

### Describe the bug Links with hex-encoded spaces (%20) don't get processed correctly ### Steps to reproduce the behavior In a situation where you have files / directories with spaces...

help wanted
bug
good first issue