Absolute Path Links In Hugo Link to heading

Absolute and relative paths links can be referenced as such:

// absolute
{< ref "/notes/the-para-method/the-power-in-knowledge.md" >}

//relative
{< relref "the-power-in-knowledge.md" >}

both the above examples actually should have {{two brackets}} but that would interfere with the build of this Hugo website