Markup should be RsT, not markdown.

This commit is contained in:
JC Brand 2016-11-02 14:21:20 +00:00
parent f5ce9620c1
commit a66f056def

View File

@ -100,16 +100,16 @@ Brief description of converse.js's dependencies
Converse.js relies on the following dependencies: Converse.js relies on the following dependencies:
* [JQuery](http://jquery.com/) for DOM manipulation and [promises](http://api.jquery.com/promise/). * `JQuery <http://jquery.com/>`_ for DOM manipulation and `promises <http://api.jquery.com/promise/>`_.
* [moment.js](http://momentjs.com/) provides a better API for handling dates and times. * `moment.js <http://momentjs.com/>`_ provides a better API for handling dates and times.
* [Strophe.js](http://strophe.im/) maintains the XMPP session, is used to * `Strophe.js <http://strophe.im/>`_ maintains the XMPP session, is used to
build XMPP stanzas, to send them, and to register handlers for received stanzas. build XMPP stanzas, to send them, and to register handlers for received stanzas.
* [Underscore](http://underscorejs.org/) provides very useful utility functions. * `Underscore <http://underscorejs.org/>`_ provides very useful utility functions.
* [Backbone](http://backbonejs.org/) is used to model the data as Models and * `Backbone <http://backbonejs.org/>`_ is used to model the data as Models and
Collections and to create Views that render the UI. Collections and to create Views that render the UI.
* [backbone.overview](http://github.com/jcbrand/backbone.overview) provides * `backbone.overview <http://github.com/jcbrand/backbone.overview>`_ provides
Overviews, which are to Views as Backbone Collections are to Models. Overviews, which are to Views as Backbone Collections are to Models.
* [pluggable.js](https://github.com/jcbrand/pluggable.js) is the plugin * `pluggable.js <https://github.com/jcbrand/pluggable.js>`_ is the plugin
architecture for Converse.js. It registers and initializes plugins and architecture for Converse.js. It registers and initializes plugins and
allows existing attributes, functions and objects on converse.js to be allows existing attributes, functions and objects on converse.js to be
overridden inside plugins. overridden inside plugins.