From 4296527c4e54ff638e92e368c5309a327892beee Mon Sep 17 00:00:00 2001 From: Sebastien Douheret Date: Wed, 20 Sep 2017 17:58:08 +0200 Subject: Change image styling to be compatible with kramdown. --- docs/part-1/0_Abstract.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/part-1/0_Abstract.md') diff --git a/docs/part-1/0_Abstract.md b/docs/part-1/0_Abstract.md index 4b583d8..4d93f54 100644 --- a/docs/part-1/0_Abstract.md +++ b/docs/part-1/0_Abstract.md @@ -13,7 +13,7 @@ keep performance while editing/browsing sources). The two main blocks that compose XDS are the client part (`xds-agent`) running on the user's machine and the server part (`xds-server`) running somewhere in a container or on a server machine (on local network or cloud). -![](./pictures/xds-block-diagram.png){style width:98%;} +![](./pictures/xds-block-diagram.png){:: style="width:98%;"} @@ -24,4 +24,4 @@ MacOS machine and the following 3 main configurations are supported: - On-Premise (local network) - SaaS (Cloud based) -![](./pictures/xds-conf.png){style width:98%;} +![](./pictures/xds-conf.png){:: style="width:98%;"} -- cgit 1.2.3-korg