File tree 3 files changed +7
-4
lines changed
3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,11 @@ uuid = "44d3d7a6-8a23-5bf8-98c5-b353f8df5ec9"
3
3
version = " 0.10.2"
4
4
5
5
[deps ]
6
+ AbstractTrees = " 1520ce14-60c1-5f80-bbc7-55ef81b5835c"
6
7
Base64 = " 2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
7
8
Dates = " ade2ca70-3891-5945-98fb-dc099432e06a"
9
+ EzXML = " 8f5d6c58-4d21-5cfd-889c-e3ad7ee6a615"
10
+ Gumbo = " 708ec375-b3d6-5a57-a7ce-8257bf98657a"
8
11
Highlights = " eafb193a-b7ab-5a9e-9068-77385905fa72"
9
12
InteractiveUtils = " b77e0a4c-d291-57a0-90e8-8db25a27a240"
10
13
JSON = " 682c06a0-de6a-54ab-a142-c8b1cf79cde6"
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ function Base.display(
18
18
report:: Weave.Report ,
19
19
m:: MIME"image/svg+xml" ,
20
20
data:: Plots.Plot{Plots.PlotlyBackend} ,
21
- )#
21
+ )
22
22
# Remove extra spaces from start of line for pandoc
23
23
s = repr (MIME (" text/html" ), data)
24
24
splitted = split (s, " \n " )
@@ -40,7 +40,7 @@ function Base.display(
40
40
report:: Weave.Report ,
41
41
m:: MIME"image/png" ,
42
42
data:: Plots.Plot{Plots.PlotlyBackend} ,
43
- )#
43
+ )
44
44
display (report, MIME (" image/svg+xml" ), data)
45
45
end
46
46
Original file line number Diff line number Diff line change 29
29
<div class = " col-md-12 twelve columns" >
30
30
<div class =" title" >
31
31
{ {#:title} }<h1 class =" title" >{ {:title} }</h1 >{ {/:title} }
32
- { {#:author} }<h5 > { {{:author} }}</h5 >{ {/:author} }
33
- { {#:date} }<h5 > { {{:date} }}</h5 >{ {/:date} }
32
+ { {#:author} }<h4 >< em > { {{:author} }}</em ></ h4 >{ {/:author} }
33
+ { {#:date} }<h4 >< em > { {{:date} }}</em ></ h4 >{ {/:date} }
34
34
</div >
35
35
36
36
{ {{ :body } }}
You can’t perform that action at this time.
0 commit comments