From 13e01f28cccb4b9f21b9882761922182574eda45 Mon Sep 17 00:00:00 2001 From: Roman Budnikov Date: Tue, 8 May 2018 01:35:48 +0300 Subject: [PATCH] Add LaTeX support with MathJaX --- internal/templates/github/template.go | 2 +- internal/templates/github/template.html | 3 ++- mdopen.go | 4 ++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/internal/templates/github/template.go b/internal/templates/github/template.go index 8727343..ac3331f 100644 --- a/internal/templates/github/template.go +++ b/internal/templates/github/template.go @@ -3,6 +3,6 @@ package github // Code below generated by make_template.go DO NOT EDIT. // Template holds layout for markdown content. -const Template = `

{{ .Body }}
` \ No newline at end of file diff --git a/internal/templates/github/template.html b/internal/templates/github/template.html index 2809df5..a292c94 100644 --- a/internal/templates/github/template.html +++ b/internal/templates/github/template.html @@ -3,6 +3,7 @@ +