diff options
author | Brett Walker <bwalker@gitlab.com> | 2019-01-17 10:51:06 -0600 |
---|---|---|
committer | Brett Walker <bwalker@gitlab.com> | 2019-01-17 10:51:06 -0600 |
commit | 8bf78e3911962626aea6399afabe630e93ac85e9 (patch) | |
tree | cb5ff907e550256feff2c708dfb9ef7d0e9766bd | |
parent | 800220bd72be92cae212ab86cd1fc7abe6fa23e1 (diff) | |
download | gitlab-ce-8bf78e3911962626aea6399afabe630e93ac85e9.tar.gz |
Bumping the CACHE_COMMONMARK_VERSION26375-markdown-footnotes-not-working
Since the rendering of footnotes is changed, the cached
html need to be updated
-rw-r--r-- | app/models/concerns/cache_markdown_field.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/concerns/cache_markdown_field.rb b/app/models/concerns/cache_markdown_field.rb index a8c9e54f00c..73a27326f6c 100644 --- a/app/models/concerns/cache_markdown_field.rb +++ b/app/models/concerns/cache_markdown_field.rb @@ -15,7 +15,7 @@ module CacheMarkdownField # Increment this number every time the renderer changes its output CACHE_REDCARPET_VERSION = 3 CACHE_COMMONMARK_VERSION_START = 10 - CACHE_COMMONMARK_VERSION = 12 + CACHE_COMMONMARK_VERSION = 13 # changes to these attributes cause the cache to be invalidates INVALIDATED_BY = %w[author project].freeze |