Markdown 在swagger UI中,如何展开并向下滚动到单击页面描述中的链接的操作

Markdown 在swagger UI中,如何展开并向下滚动到单击页面描述中的链接的操作,markdown,swagger-ui,Markdown,Swagger Ui,我将Swashback swagger与asp.net MVC web API(在.net framework上)一起使用,并为API文档提供了一个自定义index.html。在简介描述部分,我有一个html标记文本 Before performing any activity with the API, the caller must first Authenticate using the [Login](#!/Security/Login_0) 我还在index.html中设置了deep

我将Swashback swagger与asp.net MVC web API(在.net framework上)一起使用,并为API文档提供了一个自定义index.html。在简介描述部分,我有一个html标记文本

Before performing any activity with the API, the caller must first Authenticate using the [Login](#!/Security/Login_0)
我还在index.html中设置了deeplink属性,如下所示

window.swaggerUi = new SwaggerUi({
            url: swashbuckleConfig.rootUrl + "/" + swashbuckleConfig.discoveryPaths[0],
            dom_id: "swagger-ui-container",
            deepLinking: true,
上面的标记代码块将“登录”文本呈现为超链接。当我单击it时,用户会进入security controller下的登录方法,但超链接会在新选项卡中打开


如何使超链接向下滚动并在同一选项卡/页面上打开登录操作?

这是Swagger UI中标记链接的已知问题。请看,这是一个已知的问题,它与Swagger UI中的降价链接有关。看见