[latex3-commits] [git/latex2e] master: Give GitHub syntax highlighting a clue [ci skip] (39af5be)

Joseph Wright joseph.wright at morningstar2.co.uk
Fri Dec 8 08:39:56 CET 2017


Repository : https://github.com/latex3/latex2e
On branch  : master
Link       : https://github.com/latex3/latex2e/commit/39af5be9d6df5e4ecce321c01a3de9cba47f333b

>---------------------------------------------------------------

commit 39af5be9d6df5e4ecce321c01a3de9cba47f333b
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Fri Dec 8 07:39:56 2017 +0000

    Give GitHub syntax highlighting a clue [ci skip]


>---------------------------------------------------------------

39af5be9d6df5e4ecce321c01a3de9cba47f333b
 .github/ISSUE_TEMPLATE.md |    2 +-
 CONTRIBUTING.md           |    8 +++++---
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md
index 87c1aa1..31660f2 100644
--- a/.github/ISSUE_TEMPLATE.md
+++ b/.github/ISSUE_TEMPLATE.md
@@ -6,7 +6,7 @@
 
 ## Your minimal example showing the bug
 
-```
+```latex
 \RequirePackage{latexbug}       % <--should be always the first line (see CONTRIBUTING)!
 \documentclass{article}
 
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 73b8a71..a32dfe6 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -17,9 +17,11 @@ exhibits the issue. The [`latexbug`](https://github.com/latex3/latexbug)
 package should be loaded at the very top of any such test file used to
 report a bug in LaTeX as follows:
 
-    \RequirePackage{latexbug}    % <- first line
-    \documentclass{article}      % or some other class
-    ...                          % code showing the problem
+```latex
+\RequirePackage{latexbug}    % <- first line
+\documentclass{article}      % or some other class
+...                          % code showing the problem
+```
 
 If the `latexbug` package is not part of your distribution you can
 download it





More information about the latex3-commits mailing list