mik-laj commented on a change in pull request #6243: [AIRFLOW-XXX] Highlight 
code blocks
URL: https://github.com/apache/airflow/pull/6243#discussion_r330886311
 
 

 ##########
 File path: docs/howto/connection/mysql.rst
 ##########
 @@ -39,16 +39,16 @@ Extra (optional)
     Specify the extra parameters (as json dictionary) that can be used in MySQL
     connection. The following parameters are supported:
 
-    * **charset**: specify charset of the connection
-    * **cursor**: one of "sscursor", "dictcursor, "ssdictcursor" . Specifies 
cursor class to be
+    * ``charset``: specify charset of the connection
+    * ``cursor**: one of ``sscursor``, ``dictcursor``, ``ssdictcursor`` . 
Specifies cursor class to be
       used
-    * **local_infile**: controls MySQL's LOCAL capability (permitting local 
data loading by
+    * ``local_infile``: controls MySQL's LOCAL capability (permitting local 
data loading by
       clients). See `MySQLdb docs 
<https://mysqlclient.readthedocs.io/user_guide.html>`_
       for details.
-    * **unix_socket**: UNIX socket used instead of the default socket.
-    * **ssl**: Dictionary of SSL parameters that control connecting using SSL. 
Those
-      parameters are server specific and should contain "ca", "cert", "key", 
"capath",
-      "cipher" parameters. See
+    * ``unix_socket``: UNIX socket used instead of the default socket.
+    * ``ssl``: Dictionary of SSL parameters that control connecting using SSL. 
Those
+      parameters are server specific and should contain ``ca``, ``cert``, 
```key``, ``capath``,
 
 Review comment:
   Fixed. Thanks.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to