This is an automated email from the ASF dual-hosted git repository.

fschumacher pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jmeter.git

commit 0e5685f2c83b6600cd366a82b67e0e7aed9af9b0
Author: Felix Schumacher <felix.schumac...@internetallee.de>
AuthorDate: Tue Mar 3 22:13:02 2020 +0100

    Markup changes
---
 xdocs/usermanual/curl.xml | 21 +++++++++++++--------
 1 file changed, 13 insertions(+), 8 deletions(-)

diff --git a/xdocs/usermanual/curl.xml b/xdocs/usermanual/curl.xml
index 3910031..bdf057e 100644
--- a/xdocs/usermanual/curl.xml
+++ b/xdocs/usermanual/curl.xml
@@ -37,14 +37,19 @@ Curl document</a>.
 <p>
 Create a Test Plan From a cURL Command
 </p>
-1. To create an import from a cURL, open the ‘Tools’ menu and click ‘Import 
from cURL’.
-<figure width="768" height="339" image="curl/choose_curl.png">Figure 1 - The 
menu where curl is located</figure>
-2.There are two ways to enter the curl command line. Firstly, we can enter it 
manually. Secondly, we can import a file containing the curl command line.
-This tool supports input of multiple curl command lines at the same time.
-<figure width="767" height="316" image="curl/enter_command.png">Figure 2.1 - 
Enter curl command in text panel</figure>
-<figure width="767" height="316" 
image="curl/enter_command_from_file.png">Figure 2.2 - Enter curl command from 
file</figure>
-3.Then, click ‘Create HTTP Request’ button and a new HTTP Sample will be added 
to the Test Plan.
-<figure width="767" height="316" image="curl/result.png">Figure 3 - result of 
Test Plan</figure>
+<ol>
+  <li>To create an import from a cURL, open the <code>Tools</code> menu and 
click <code>Import from cURL</code>.
+    <figure width="768" height="339" image="curl/choose_curl.png">Figure 1 - 
The menu where curl is located</figure>
+  </li>
+    <li>There are two ways to enter the curl command line. Firstly, we can 
enter it manually. Secondly, we can import a file containing the curl command 
line.
+    This tool supports input of multiple curl command lines at the same time.
+    <figure width="767" height="316" image="curl/enter_command.png">Figure 2.1 
- Enter curl command in text panel</figure>
+    <figure width="767" height="316" 
image="curl/enter_command_from_file.png">Figure 2.2 - Enter curl command from 
file</figure>
+  </li>
+  <li>Then, click <code>Create HTTP Request</code> button and a new HTTP 
Sample will be added to the Test Plan.
+    <figure width="767" height="316" image="curl/result.png">Figure 3 - result 
of Test Plan</figure>
+  </li>
+</ol>
 </subsection>
 
 <subsection name="&sect-num;.2 Curl options supported" anchor="curl_options">

Reply via email to