File tree Expand file tree Collapse file tree 8 files changed +9
-9
lines changed Expand file tree Collapse file tree 8 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 63
63
<div class =" col-md-9" >
64
64
{ if $Event -> Description }
65
65
<div class =" well" >
66
- <div class =" markdown event-description" >{ $Event -> Description |truncate :600|escape |markdown} </div >
66
+ <div class =" content- markdown event-description" >{ $Event -> Description |truncate :600|escape |markdown} </div >
67
67
</div >
68
68
{ /if }
69
69
98
98
</a >
99
99
</p >
100
100
{ /if }
101
- { $Segment -> Description |escape |markdown}
101
+ < div class = " content-markdown event-segment-description " > { $Segment -> Description |escape |markdown} </ div >
102
102
</dd >
103
103
{ /foreach }
104
104
{ /if }
Original file line number Diff line number Diff line change 66
66
</ul >
67
67
{ if $Event -> Description }
68
68
<div class =" well" >
69
- <div class =" markdown event-description" >{ $Event -> Description |truncate :600|escape |markdown} </div >
69
+ <div class =" content- markdown event-description" >{ $Event -> Description |truncate :600|escape |markdown} </div >
70
70
</div >
71
71
{ /if }
72
72
</div >
Original file line number Diff line number Diff line change 39
39
<div id =" info" class =" col-sm-9" >
40
40
{ if $Person -> About }
41
41
<h2 class =" h3" >{ _ ' About Me' } </h2 >
42
- <section class =" about" >
42
+ <section class =" about content-markdown " >
43
43
{ $Person -> About |escape |markdown}
44
44
</section >
45
45
{ /if }
Original file line number Diff line number Diff line change 41
41
{ /if }
42
42
{ if $Project -> README }
43
43
<h2 >{ _ " README" } </h2 >
44
- <div class =" readme markdown well" >
44
+ <div class =" content- readme content- markdown well" >
45
45
{ $Project -> README |escape |markdown}
46
46
</div >
47
47
{ /if }
Original file line number Diff line number Diff line change 71
71
</h2 >
72
72
<div class =" well" >
73
73
{ if $Project -> README }
74
- <div class =" markdown readme" >{ $Project -> README |truncate :600|escape |markdown} </div >
74
+ <div class =" content- markdown content- readme" >{ $Project -> README |truncate :600|escape |markdown} </div >
75
75
{ /if }
76
76
</div >
77
77
{ if $Project -> Memberships }
Original file line number Diff line number Diff line change 17
17
<p class =" post-subtitle" ><a href =" { $Buzz -> getURL ()} " >{ $Buzz -> Headline |escape } </a ></p >
18
18
</header >
19
19
20
- <div class =" post-summary" >{ $Buzz -> Summary |markdown} </div >
20
+ <div class =" post-summary content-markdown " >{ $Buzz -> Summary |markdown} </div >
21
21
22
22
{ if $Buzz -> Image }
23
23
<blockquote ><a href =" { $Buzz -> URL |escape } " ><img class =" img-responsive img-rounded" src =" { $Buzz -> Image -> getThumbnailRequest (300, 300)} " ></a ></blockquote >
Original file line number Diff line number Diff line change 62
62
{ /if }
63
63
64
64
</header >
65
- <div class =" message-body" >{ $Comment -> Message |escape |markdown} </div >
65
+ <div class =" message-body content-markdown " >{ $Comment -> Message |escape |markdown} </div >
66
66
</div >
67
67
</article >
68
68
{ foreachelse }
Original file line number Diff line number Diff line change 18
18
</{ $headingLevel } >
19
19
{ /if }
20
20
21
- { $Update -> Body |escape |markdown}
21
+ < div class = " content-markdown update-body " > { $Update -> Body |escape |markdown} </ div >
22
22
</div >
23
23
<footer class =" post-footer panel-footer clearfix" >
24
24
{ capture assign= timestampCreated} { glyph " time" }   ; <a href =" { $Update -> getURL ()} " >{ timestamp $Update -> Created } </a >{ /capture }
You can’t perform that action at this time.
0 commit comments