mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
* `color-no-invalid-hex` * `unit-no-unknown` * `declaration-block-no-duplicate-custom-properties` * `block-no-empty` * `selector-type-no-unknown` * `selector-pseudo-element-no-unknown` * `scss/double-slash-comment-whitespace-inside` * `font-family-no-missing-generic-family-keyword` * `function-linear-gradient-no-nonstandard-direction`
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