Skip to content

No way to specify self or parent using pathing syntax? #68

@brabster

Description

@brabster

Hi there,

I don't seem to be able to specify self using the pathing syntax, eg.

links: {
  meAgain: '.'
}

Output: meAgain: {href: '.'}

Nor can I specify parent without a trailing slash:

links: {
  myParent: '..',
  myParentSlash: '../'
}

Output: myParent: {href: '..'}, myParentSlash: {href: '/the/parent/'}

Not the end of the world, can work around programmatically but this was what I tried first...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions