We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2066902 commit f902188Copy full SHA for f902188
src/main/resources/embedding/assets/entry.js
@@ -25,7 +25,7 @@ $(function(){
25
"<span style='font-size:11px;'><a href=" + commitUrl + ">" + commit + "</a></span>",
26
"</div>",
27
"<div class='panel-body' style='padding:0; background-color:white;'>",
28
- "<pre class='embedded-snippet prettyprint linenums:" + lineStartNum + "' style='padding-left:15px; margin-bottom:0;'>",
+ "<pre class='embedded-snippet prettyprint linenums:" + lineStartNum + "' data-filename='" + filename + "' style='padding-left:15px; margin-bottom:0;'>",
29
content,
30
"</pre>",
31
0 commit comments