mirror of
https://github.com/discourse/discourse.git
synced 2026-08-02 01:28:14 -05:00
[avoid-leaking-state-in-ember-objects](https://github.com/discourse/discourse/commit/438132fca245c9a9030b078cd2b23863f8c75069), [no-observers](https://github.com/discourse/discourse/commit/3161c1c77e4aac223055cb7c29605cb22689c30c), [no-tracked-properties-from-args](https://github.com/discourse/discourse/commit/5b99b3e0ad2499fb56309abc5945eb536ebb18c5), [no-jquery](https://github.com/discourse/discourse/commit/532afdf129a5ecbbef3e16bd055025a14030b6c8), [route-path-style](https://github.com/discourse/discourse/pull/37448/commits/0609d5169540239744498e430ca908cda2c6bf29), [routes-segments-snake-case](https://github.com/discourse/discourse/pull/37448/commits/65b7c91baecad619ccc2e0c6eaa7993d99879bfc)
discourse-details
HTML 5.1 <details> polyfill for Discourse.
NOTE: Does not work on IE9, but we don't support IE9 as of Jan 1 2016.
Usage
In your posts, surround text with [details=your summary] ... [/details].
For example:
I watched the murder mystery on TV last night. [details=Who did it?]The butler did it[/details].
Installation
Follow our Install a Plugin howto, using
git clone https://github.com/discourse/discourse-details.git as the plugin command.
Issues
If you have issues or suggestions for the plugin, please bring them up on Discourse Meta.
License
MIT