mirror of
https://github.com/discourse/discourse.git
synced 2025-02-06 03:18:23 +00:00
Since the new hashtag format has been added, we want site admins to be able to rebake old posts with the old hashtag format. This can now be done with `rake hashtags:mark_old_format_for_rebake` which goes and marks posts with the old cooked version of hashtags in this format for rebake: ``` <a class=\"hashtag\" href=\"/c/ux/14\">#<span>ux</span></a> ``` c.f. https://meta.discourse.org/t/what-rebake-is-required-for-the-new-autocomplete-styling/249642/12