getPath(); $fragment = $uri->getFragment(); $slug = PhabricatorSlug::normalize($slug); $slug = PhrictionDocument::getSlugURI($slug); $href = (string) id(new PhutilURI($slug))->setFragment($fragment); return $this->getEngine()->storeText( phutil_render_tag( 'a', array( 'href' => $href, 'class' => 'phriction-link', ), phutil_escape_html($name))); } }