[Pkg-javascript-commits] [sockjs-client] 290/434: Github changed the markdown format. Is that better?

Tonnerre Lombard tonnerre-guest at moszumanska.debian.org
Wed Jan 8 00:47:20 UTC 2014


This is an automated email from the git hooks/post-receive script.

tonnerre-guest pushed a commit to branch master
in repository sockjs-client.

commit f78d64202f6f18e083097f74f836d3f86c696975
Author: Marek Majkowski <majek04 at gmail.com>
Date:   Thu Jan 12 11:20:38 2012 +0000

    Github changed the markdown format. Is that better?
---
 README.md | 25 +++++++++++++------------
 1 file changed, 13 insertions(+), 12 deletions(-)

diff --git a/README.md b/README.md
index 83a3e6d..1d58341 100644
--- a/README.md
+++ b/README.md
@@ -112,18 +112,19 @@ var sockjs = new SockJS(url, protocols, options);
 
 Where `options` is a hash which can contain:
 
-<dl>
-<dt>debug (boolean)</dt>
-<dd>Print more debugging messages using 'console.log'.</dd>
-<dt>devel (boolean)</dt>
-<dd>Development mode. Currently settint it affects only caching of 'iframe.html'.</dd>
-<dt>cookie (boolean)</dt>
-<dd>Disables transports which doesn't support cookies (ie: XDR on
-    IE). Usefull for load balancing based on sticky sessions provided by
-    JSESSIONID cookie.</dd>
-<dt></dt>
-<dd></dd>
-</dl>
+ * *debug (boolean)*
+
+   Print more debugging messages using 'console.log'.
+
+ * *devel (boolean)*
+
+   Development mode. Currently settint it affects only caching of 'iframe.html'.
+
+ * *cookie (boolean)*
+
+   Disables transports which doesn't support cookies (ie: XDR on
+   IE). Usefull for load balancing based on sticky sessions provided
+   by JSESSIONID cookie.
 
 Although the 'SockJS' object tries to emulate the 'WebSocket'
 behaviour, it's impossible to support all features. One of the

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/sockjs-client.git



More information about the Pkg-javascript-commits mailing list