From 0a6896ed6a221de0f7a3a5dce27817afc327058f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Mass=C3=A9?= Date: Mon, 11 Sep 2017 13:31:29 +0200 Subject: [PATCH] add syntax highlighting in markdown --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index f00d4c6..22c6c5b 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ feature is doomed to failure. The only example that this implementation can propose is a sample SOAP message with question marks in each field to fill-in. -``` +```xml @@ -63,14 +63,14 @@ the documentation and can try it out directly from the documentation page. Following this philosophy, the previous example would look like this: _To do this, you have to pass the `foo` field with bla bla bla. Try it by yourself:_ -``` +```xml 123456 ``` _To do this, you have to pass the `bar` field with bla bla bla. Try it by yourself:_ -``` +```xml ABCDEF @@ -105,7 +105,7 @@ Then, create a new page to hold the documentation of your SOAP Service with the - Handler: *Leave empty* In the content, make sure to have at the top of your page: -``` +```html @@ -125,7 +125,7 @@ In the content, make sure to have at the top of your page: ``` And then write your documentation as usual: -``` +```html

Description of our SOAP service

blablabla

The getCountry method

@@ -133,7 +133,7 @@ Here is what does the getCountry method. Blablabla. ``` When you want to insert an example, write: -``` +```html
http://acme.com/getCountry @@ -165,7 +165,7 @@ git submodule update Then, modify the `index.html` page to point to your sample SOAP service. You can also provide an API Key if you need one. -``` +```js $.soapui(e, { url: 'http://api.acme.test/ws', HTTPHeaders: { "user-key": "" },