2

如何在 swagger 编辑器中指定 3 列,以便输出应如下所示:

美国广播公司
xyz

swagger: '2.0'
info:
  description: >
    This is a sample server Petstore server.



    [Learn about Swagger](http://swagger.io) or join the IRC channel `#swagger`
    on irc.freenode.net.



    For this sample, you can use the api key `special-key` to test the
    authorization filters

    **Here I want to specify 3 columns** 

4

1 回答 1

4

这本质上是一个 Markdown 问题。要在 Markdown 中制作表格,请使用类似以下的工具以下语法:

| One | Two | Three |
|-----|-----|-------|
| a   | b   | c     |
于 2015-09-15T21:04:14.420 回答