diff options
author | jdenisco <jdenisco@cisco.com> | 2019-05-13 12:40:21 -0400 |
---|---|---|
committer | Dave Barach <openvpp@barachs.net> | 2019-05-16 17:42:13 +0000 |
commit | 8a6e1b190c63cc596aed33f84b5989b64d276423 (patch) | |
tree | 016c181103861da2791c090a3b874b9bc385234e /docs/gettingstarted/writingdocs/styleguidemd | |
parent | 8fa01c17aa65c03b1f25f9accaa5bb0f9d0862c4 (diff) |
docs: Update sphinx, requirements, support markdown tables
Change-Id: Ie7c546f5720b10fe5423397204e1ab5c22d7a2ba
Signed-off-by: jdenisco <jdenisco@cisco.com>
Diffstat (limited to 'docs/gettingstarted/writingdocs/styleguidemd')
-rw-r--r-- | docs/gettingstarted/writingdocs/styleguidemd/styleguide03.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/gettingstarted/writingdocs/styleguidemd/styleguide03.md b/docs/gettingstarted/writingdocs/styleguidemd/styleguide03.md index 462006fd6f3..4c66dc4de33 100644 --- a/docs/gettingstarted/writingdocs/styleguidemd/styleguide03.md +++ b/docs/gettingstarted/writingdocs/styleguidemd/styleguide03.md @@ -20,3 +20,13 @@ referenced with following construct. This is the image created to show a pull request. ![](/_images/examplePullReq.png) + +Tables +====== + +An example of a table in markdown is shown here: + +| This Column | This Column | This Column | +| ------------|:-------------:|------------:| +| is left | is | is right | +| aligned | centered | aligned | |