From 5cdbf2b730d168e05e569e0335deecb6f17577de Mon Sep 17 00:00:00 2001 From: Simon Beginn Date: Sat, 1 Aug 2020 14:24:58 +0200 Subject: [PATCH] Added tables? --- docs/Documentation.md | 5 +++++ docs/conf.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/Documentation.md b/docs/Documentation.md index 5e8b389..238202d 100644 --- a/docs/Documentation.md +++ b/docs/Documentation.md @@ -1,6 +1,11 @@ # Documentation What follows are some detailed explanations how some parts work. +| Syntax | Description | +| ----------- | ----------- | +| Header | Title | +| Paragraph | Text | + ## Understanding Key Management Service KMS activates Microsoft products on a local network, eliminating the need for individual computers to connect to Microsoft. To do this, KMS uses a client–server topology. A KMS client locates a KMS server by using DNS or a static configuration, then contact it by using Remote Procedure Call (RPC) and tries to activate against it. KMS can activate both physical computers and virtual machines, but a network must meet or exceed the activation threshold diff --git a/docs/conf.py b/docs/conf.py index ce370a1..89ce495 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -28,7 +28,7 @@ import os # Add any Sphinx extension module names here, as strings. They can be # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom # ones. -extensions = ['recommonmark'] +extensions = ['recommonmark', 'sphinx-markdown-tables'] # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates']