Merge pull request #768 from sharelatex/jel-mathjax-wiki

Add MathJax to wiki pages and max-width for images
This commit is contained in:
Jessica Lawshe
2018-07-17 09:37:28 -05:00
committed by GitHub
2 changed files with 6 additions and 1 deletions
+2 -1
View File
@@ -1,5 +1,6 @@
define [
"base"
"directives/mathjax"
"services/algolia-search"
], (App) ->
@@ -55,4 +56,4 @@ define [
hits = _.map response.hits, buildHitViewModel
updateHits hits
App.controller "LearnController", () ->
@@ -13,6 +13,10 @@
font-size: 18px;
}
}
img {
max-width: 100%;
}
.page-header {
a {