disable headings in markdown (#1843)

This commit is contained in:
Kevin Papst
2020-07-26 21:06:33 +02:00
committed by GitHub
parent 6bd2390acf
commit 6f8c0e3cb6
4 changed files with 41 additions and 10 deletions

View File

@@ -16,6 +16,7 @@ Perform EACH version specific task between your version and the new one, otherwi
- Sessions are now stored in the database (all users have to re-login after upgrade)
- New permissions: `lockdown_grace_timesheet`, `lockdown_override_timesheet`, `view_all_data`
- Fixed team permissions on user queries: depending on your previous team & permission setup your users might see less data (SUPER_ADMINS see all data, but new: ADMINS only see all data if they own the `view_all_data` permission)
- Markdown does not support headings any more, text like `# foo` is not converted to `<h1 id="foo">foo</h1>` anymore
### Developer