表无法正确渲染-Markdowngithub

问题描述 投票:0回答:1

但要渲染以下内容:

Table Image我把它整理好了。我应该在“请求选项”和表格之间有一条界限。

Request options: | Option | Description | | --- | --- | | url | Request url | | method | ```'get'``` \| ```'post'``` \| ```'put'``` \| ```'delete'``` - (default: ```'get'```) | | headers | optional array: ```[{name: string, value: string}]``` | | body | Request body (any type) | | responseType | ```'text'``` \| ```'json'``` - (defult: ```'text'```) | | success | Success function - ```function(data) { }``` | | error | Error function - ```function(err) { }``` |
github markdown tabular
1个回答
1
投票

最新问题
© www.soinside.com 2019 - 2025. All rights reserved.