Add in mathjax directive
This commit is contained in:
@@ -33,7 +33,10 @@ aside.chat(
|
||||
}"
|
||||
)
|
||||
.arrow(ng-style="{'border-color': 'hsl({{ hue(message.user) }}, 60%, 80%)'}")
|
||||
p(ng-repeat="content in message.contents track by $index") {{ content }}
|
||||
p(
|
||||
mathjax,
|
||||
ng-repeat="content in message.contents track by $index"
|
||||
) {{ content }}
|
||||
|
||||
.new-message
|
||||
textarea(
|
||||
|
||||
Reference in New Issue
Block a user