mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 20:26:35 +08:00
830797a9c3
Previously we would always take the first image in a post to use as the thumbnail. On media-heavy sites, users may want to manually select a specific image as the topic thumbnail. This commit allows this to be done via a `|thumbnail` attribute in markdown. For example, in this case, bbb would be chosen as the thumbnail: ``` ![alttext|100x100](upload://aaa) ![alttext|100x100|thumbnail](upload://bbb) ``` |
||
---|---|---|
.. | ||
discourse-markdown-it.js |