diff options
| author | Filipa Lacerda <filipa@gitlab.com> | 2017-06-01 09:23:31 +0000 |
|---|---|---|
| committer | Filipa Lacerda <filipa@gitlab.com> | 2017-06-01 09:23:31 +0000 |
| commit | f74f03383f5ea1e6243eff1b091211e28c5ddbf1 (patch) | |
| tree | 9261e04104e332066158d66da2f661c076fd51a8 /spec/support | |
| parent | 04251829ba135a8bab845e9e49d8475eb0211e86 (diff) | |
| parent | c65a8a6e3a147cedfe3d97a2334520f8707c8956 (diff) | |
| download | gitlab-ce-f74f03383f5ea1e6243eff1b091211e28c5ddbf1.tar.gz | |
Merge branch 'notebook-katex-fixes' into 'master'
Fixes multi-line math in notebooks
Closes #30900 and #33074
See merge request !11789
Diffstat (limited to 'spec/support')
| -rw-r--r-- | spec/support/test_env.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/support/test_env.rb b/spec/support/test_env.rb index 3c000feba5d..72b3b226c1e 100644 --- a/spec/support/test_env.rb +++ b/spec/support/test_env.rb @@ -40,7 +40,7 @@ module TestEnv 'wip' => 'b9238ee', 'csv' => '3dd0896', 'v1.1.0' => 'b83d6e3', - 'add-ipython-files' => '6d85bb6', + 'add-ipython-files' => '93ee732', 'add-pdf-file' => 'e774ebd' }.freeze |
