Skip to content

Commit afc5b4f

Browse files
committed
Udpated to new markdown.
1 parent 398a7b4 commit afc5b4f

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

testing/test_package_docs/code_in_comments/code_in_comments-library.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,11 +83,11 @@ <h5><a href="index.html">test_package</a></h5>
8383
<div class="col-xs-12 col-sm-9 col-md-8 main-content">
8484

8585
<section class="desc markdown">
86-
<pre class="dart prettyprint"><code>void main() {
86+
<pre class="prettyprint language-dart"><code class="language-dart">void main() {
8787
// in Dart!
8888
}
8989
</code></pre>
90-
<pre class="yaml prettyprint"><code>and_yaml:
90+
<pre class="prettyprint language-dart"><code class="language-yaml">and_yaml:
9191
- value
9292
- "value"
9393
- 3.14

testing/test_package_docs/ex/ShapeType-class.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,9 +133,9 @@ <h5><a href="ex/ex-library.html">ex</a></h5>
133133

134134
<section class="desc markdown">
135135
<p><code>Object</code> foo bar</p><ol><li>
136-
<p>All references should be hyperlinks. [Object] [MyError] <a href="ex/ShapeType-class.html">ShapeType</a>
137-
[MyError] [MyException]
138-
[MyError] [MyException] <code>Object</code>
136+
<p>All references should be hyperlinks. <code>Object</code> <code>MyError</code> <a href="ex/ShapeType-class.html">ShapeType</a>
137+
<code>MyError</code> <code>MyException</code>
138+
<code>MyError</code> <code>MyException</code> <code>Object</code>
139139
<a href="ex/ShapeType-class.html">ShapeType</a> foo bar</p></li></ol>
140140
</section>
141141

testing/test_package_docs/ex/ex-library.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ <h5><a href="index.html">test_package</a></h5>
9292
<div class="col-xs-12 col-sm-9 col-md-8 main-content">
9393

9494
<section class="desc markdown">
95-
<p>a library. testing string escaping: <code>var s = 'a string'</code> &lt;cool&gt;</p>
95+
<p>a library. testing string escaping: <code>var s = 'a string'</code> <cool></cool></p>
9696
</section>
9797

9898
<section class="summary offset-anchor" id="constants">

testing/test_package_docs/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,11 +84,11 @@ <h1>Best Package</h1>
8484
<p>This is an amazing package.</p>
8585
<p>For example, it:</p><ul><li>Is very fast</li><li>Has zero bugs</li><li>Is free</li></ul>
8686
<p>It also has some awesome code</p>
87-
<pre class="dart prettyprint"><code>void main() {
87+
<pre class="prettyprint language-dart"><code class="language-dart">void main() {
8888
// in Dart!
8989
}
9090
</code></pre>
91-
<pre class="yaml prettyprint"><code>and_yaml:
91+
<pre class="prettyprint language-dart"><code class="language-yaml">and_yaml:
9292
- value
9393
- "value"
9494
- 3.14
@@ -116,7 +116,7 @@ <h2>Libraries</h2>
116116
<span class="name"><a href="code_in_comments/code_in_comments-library.html">code_in_comments</a></span>
117117
</dt>
118118
<dd>
119-
<p><code>void main() {
119+
<p><code class="language-dart">void main() {
120120
// in Dart!
121121
}
122122
</code></p>
@@ -132,7 +132,7 @@ <h2>Libraries</h2>
132132
<span class="name"><a href="ex/ex-library.html">ex</a></span>
133133
</dt>
134134
<dd>
135-
<p>a library. testing string escaping: <code>var s = 'a string'</code> &lt;cool&gt;</p>
135+
<p>a library. testing string escaping: <code>var s = 'a string'</code> <cool></cool></p>
136136
</dd>
137137
<dt id="fake">
138138
<span class="name"><a href="fake/fake-library.html">fake</a></span>

0 commit comments

Comments
 (0)