Update README.md
readme tweaks
This commit is contained in:
		
							
								
								
									
										46
									
								
								README.md
									
									
									
									
									
								
							
							
						
						
									
										46
									
								
								README.md
									
									
									
									
									
								
							| @@ -1,30 +1,26 @@ | |||||||
| # reveal.js | # reveal.js [](https://travis-ci.org/hakimel/reveal.js) | ||||||
|  |  | ||||||
| [](https://travis-ci.org/hakimel/reveal.js) |  | ||||||
|  |  | ||||||
| A framework for easily creating beautiful presentations using HTML. [Check out the live demo](http://lab.hakim.se/reveal-js/). | A framework for easily creating beautiful presentations using HTML. [Check out the live demo](http://lab.hakim.se/reveal-js/). | ||||||
|  |  | ||||||
| reveal.js comes with a broad range of features including [nested slides](https://github.com/hakimel/reveal.js#markup), [Markdown contents](https://github.com/hakimel/reveal.js#markdown), [PDF export](https://github.com/hakimel/reveal.js#pdf-export), [speaker notes](https://github.com/hakimel/reveal.js#speaker-notes) and a [JavaScript API](https://github.com/hakimel/reveal.js#api). It's best viewed in a modern browser but [fallbacks](https://github.com/hakimel/reveal.js/wiki/Browser-Support) are available to make sure your presentation can still be viewed elsewhere. | reveal.js comes with a broad range of features including [nested slides](https://github.com/hakimel/reveal.js#markup), [Markdown contents](https://github.com/hakimel/reveal.js#markdown), [PDF export](https://github.com/hakimel/reveal.js#pdf-export), [speaker notes](https://github.com/hakimel/reveal.js#speaker-notes) and a [JavaScript API](https://github.com/hakimel/reveal.js#api). It's best viewed in a modern browser but [fallbacks](https://github.com/hakimel/reveal.js/wiki/Browser-Support) are available to make sure your presentation can still be viewed elsewhere. | ||||||
|  |  | ||||||
| # Table of contents | ## Table of contents | ||||||
| - [reveal.js](#revealjs) | - [Online Editor](#online-editor) | ||||||
|   - [More reading](#more-reading) | - [Instructions](#instructions) | ||||||
|   - [Online Editor](#online-editor) |  | ||||||
|   - [Instructions](#instructions) |  | ||||||
|   - [Markup](#markup) |   - [Markup](#markup) | ||||||
|   - [Markdown](#markdown) |   - [Markdown](#markdown) | ||||||
|     - [External Markdown](#external-markdown) |     - [External Markdown](#external-markdown) | ||||||
|   - [Element Attributes](#element-attributes) |   - [Element Attributes](#element-attributes) | ||||||
|   - [Slide Attributes](#slide-attributes) |   - [Slide Attributes](#slide-attributes) | ||||||
|   - [Configuration](#configuration) | - [Configuration](#configuration) | ||||||
|   - [Presentation Size](#presentation-size) | - [Presentation Size](#presentation-size) | ||||||
|   - [Dependencies](#dependencies) | - [Dependencies](#dependencies) | ||||||
|   - [Ready Event](#ready-event) | - [Ready Event](#ready-event) | ||||||
|   - [Auto-sliding](#auto-sliding) | - [Auto-sliding](#auto-sliding) | ||||||
|   - [Keyboard Bindings](#keyboard-bindings) | - [Keyboard Bindings](#keyboard-bindings) | ||||||
|   - [Touch Navigation](#touch-navigation) | - [Touch Navigation](#touch-navigation) | ||||||
|   - [Lazy Loading](#lazy-loading) | - [Lazy Loading](#lazy-loading) | ||||||
|   - [API](#api) | - [API](#api) | ||||||
|   - [Slide Changed Event](#slide-changed-event) |   - [Slide Changed Event](#slide-changed-event) | ||||||
|   - [Presentation State](#presentation-state) |   - [Presentation State](#presentation-state) | ||||||
|   - [Slide States](#slide-states) |   - [Slide States](#slide-states) | ||||||
| @@ -41,25 +37,23 @@ reveal.js comes with a broad range of features including [nested slides](https:/ | |||||||
|   - [Embedded media](#embedded-media) |   - [Embedded media](#embedded-media) | ||||||
|   - [Stretching elements](#stretching-elements) |   - [Stretching elements](#stretching-elements) | ||||||
|   - [postMessage API](#postmessage-api) |   - [postMessage API](#postmessage-api) | ||||||
|   - [PDF Export](#pdf-export) | - [PDF Export](#pdf-export) | ||||||
|   - [Theming](#theming) | - [Theming](#theming) | ||||||
|   - [Speaker Notes](#speaker-notes) | - [Speaker Notes](#speaker-notes) | ||||||
|   - [Share and Print Speaker Notes](#share-and-print-speaker-notes) |   - [Share and Print Speaker Notes](#share-and-print-speaker-notes) | ||||||
|   - [Server Side Speaker Notes](#server-side-speaker-notes) |   - [Server Side Speaker Notes](#server-side-speaker-notes) | ||||||
|   - [Multiplexing](#multiplexing) | - [Multiplexing](#multiplexing) | ||||||
|   - [Master presentation](#master-presentation) |   - [Master presentation](#master-presentation) | ||||||
|   - [Client presentation](#client-presentation) |   - [Client presentation](#client-presentation) | ||||||
|   - [Socket.io server](#socketio-server) |   - [Socket.io server](#socketio-server) | ||||||
|       - [socket.io server as file static server](#socketio-server-as-file-static-server) | - [MathJax](#mathjax) | ||||||
|   - [MathJax](#mathjax) | - [Installation](#installation) | ||||||
|   - [Installation](#installation) |  | ||||||
|   - [Basic setup](#basic-setup) |   - [Basic setup](#basic-setup) | ||||||
|   - [Full setup](#full-setup) |   - [Full setup](#full-setup) | ||||||
|   - [Folder Structure](#folder-structure) |   - [Folder Structure](#folder-structure) | ||||||
|   - [License](#license) | - [License](#license) | ||||||
|  |  | ||||||
| #### More reading | #### More reading | ||||||
| - [Installation](#installation): Step-by-step instructions for getting reveal.js running on your computer. |  | ||||||
| - [Changelog](https://github.com/hakimel/reveal.js/releases): Up-to-date version history. | - [Changelog](https://github.com/hakimel/reveal.js/releases): Up-to-date version history. | ||||||
| - [Examples](https://github.com/hakimel/reveal.js/wiki/Example-Presentations): Presentations created with reveal.js, add your own! | - [Examples](https://github.com/hakimel/reveal.js/wiki/Example-Presentations): Presentations created with reveal.js, add your own! | ||||||
| - [Browser Support](https://github.com/hakimel/reveal.js/wiki/Browser-Support): Explanation of browser support and fallbacks. | - [Browser Support](https://github.com/hakimel/reveal.js/wiki/Browser-Support): Explanation of browser support and fallbacks. | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user