Skip to content

Commit ae4570f

Browse files
committed
reformat source
1 parent 9a0a5c5 commit ae4570f

File tree

503 files changed

+9652
-7516
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

503 files changed

+9652
-7516
lines changed

assets/migrations/migrate flexmark-java 0_35_x to 0_40_0.xml

+77-77
Large diffs are not rendered by default.
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<migrationMap>
3-
<name value="migrate flexmark-java 0.40.x to 0.42.0" />
4-
<description value="Class migrations from flexmark-java 0.40.x to 0.42.0" />
5-
<entry oldName="com.vladsch.flexmark.Extension" newName="com.vladsch.flexmark.util.builder.Extension" type="class" />
3+
<name value="migrate flexmark-java 0.40.x to 0.42.0"/>
4+
<description value="Class migrations from flexmark-java 0.40.x to 0.42.0"/>
5+
<entry oldName="com.vladsch.flexmark.Extension" newName="com.vladsch.flexmark.util.builder.Extension" type="class"/>
66
</migrationMap>
77

Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<migrationMap>
3-
<name value="migrate flexmark-java 0.42.x to 0.50.0" />
4-
<description value="Class migrations from flexmark-java 0.42.x to 0.50.0" />
5-
<entry oldName="com.vladsch.flexmark.util.BiConsumer" newName="java.util.function.BiConsumer" type="class" />
6-
<entry oldName="com.vladsch.flexmark.util.BiFunction" newName="java.util.function.BiFunction" type="class" />
7-
<entry oldName="com.vladsch.flexmark.util.Consumer" newName="java.util.function.Consumer" type="class" />
8-
<entry oldName="com.vladsch.flexmark.util.Function" newName="java.util.function.Function" type="class" />
9-
<entry oldName="com.vladsch.flexmark.util.IntConsumer" newName="java.util.function.IntConsumer" type="class" />
10-
<entry oldName="com.vladsch.flexmark.util.html.FormattingAppendable" newName="com.vladsch.flexmark.util.html.LineFormattingAppendable" type="class" />
11-
<entry oldName="com.vladsch.flexmark.util.html.FormattingAppendableImpl" newName="com.vladsch.flexmark.util.html.LineFormattingAppendableImpl" type="class" />
12-
<entry oldName="com.vladsch.flexmark.util.options.DelimitedBuilder" newName="com.vladsch.flexmark.util.DelimitedBuilder" type="class" />
3+
<name value="migrate flexmark-java 0.42.x to 0.50.0"/>
4+
<description value="Class migrations from flexmark-java 0.42.x to 0.50.0"/>
5+
<entry oldName="com.vladsch.flexmark.util.BiConsumer" newName="java.util.function.BiConsumer" type="class"/>
6+
<entry oldName="com.vladsch.flexmark.util.BiFunction" newName="java.util.function.BiFunction" type="class"/>
7+
<entry oldName="com.vladsch.flexmark.util.Consumer" newName="java.util.function.Consumer" type="class"/>
8+
<entry oldName="com.vladsch.flexmark.util.Function" newName="java.util.function.Function" type="class"/>
9+
<entry oldName="com.vladsch.flexmark.util.IntConsumer" newName="java.util.function.IntConsumer" type="class"/>
10+
<entry oldName="com.vladsch.flexmark.util.html.FormattingAppendable" newName="com.vladsch.flexmark.util.html.LineFormattingAppendable" type="class"/>
11+
<entry oldName="com.vladsch.flexmark.util.html.FormattingAppendableImpl" newName="com.vladsch.flexmark.util.html.LineFormattingAppendableImpl" type="class"/>
12+
<entry oldName="com.vladsch.flexmark.util.options.DelimitedBuilder" newName="com.vladsch.flexmark.util.DelimitedBuilder" type="class"/>
1313
</migrationMap>
1414

assets/samples/generated-sample-doc.xml

+1,939-7
Large diffs are not rendered by default.

assets/samples/sample-doc.html

+50-12
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,25 @@ <h1>Heading 1 <em>italic</em></h1>
22
<p>Some Text</p>
33
<h2>Heading 2 <strong>bold</strong></h2>
44
<p>Some Text</p>
5-
<h3>Heading 3 <del>strike-through</del></h3>
5+
<h3>Heading 3
6+
<del>strike-through</del>
7+
</h3>
68
<p>Some Text</p>
79
<h4>Heading 4 <code>inline-code</code></h4>
810
<p>Some Text</p>
911
<h5>Heading 5</h5>
1012
<p>Some Text</p>
1113
<h6>Heading 6</h6>
1214
<p>Some Text</p>
13-
<hr />
14-
<p>Sample paragraph with <strong>bold</strong> <em>italic</em> <em><strong>bold-italic</strong></em> <ins>underline</ins> <del>strike-through</del>
15+
<hr/>
16+
<p>Sample paragraph with <strong>bold</strong> <em>italic</em> <em><strong>bold-italic</strong></em>
17+
<ins>underline</ins>
18+
<del>strike-through</del>
1519
<sup>superscript</sup> normal <sub>subscript</sub> <code>inline-code</code></p>
1620
<ul>
1721
<li>
1822
<p>list 1</p>
19-
<p><img src="https://raw.githubusercontent.com/vsch/flexmark-java/master/assets/images/flexmark-icon-logo%402x.png" alt="flexmark-icon-logo" /></p>
23+
<p><img src="https://raw.githubusercontent.com/vsch/flexmark-java/master/assets/images/flexmark-icon-logo%402x.png" alt="flexmark-icon-logo"/></p>
2024
<p>with some text</p>
2125
<ul>
2226
<li>
@@ -90,16 +94,50 @@ <h6>Heading 6</h6>
9094
</code></pre>
9195
<table>
9296
<thead>
93-
<tr><th colspan="4"> Combined <em>header</em> </th></tr>
94-
<tr><th> Default </th><th align="left"> Left <strong>Align</strong> </th><th align="center"> Center </th><th align="right"> Right <ins>Align</ins> </th></tr>
97+
<tr>
98+
<th colspan="4"> Combined <em>header</em></th>
99+
</tr>
100+
<tr>
101+
<th> Default</th>
102+
<th align="left"> Left <strong>Align</strong></th>
103+
<th align="center"> Center</th>
104+
<th align="right"> Right
105+
<ins>Align</ins>
106+
</th>
107+
</tr>
95108
</thead>
96109
<tbody>
97-
<tr><td> Data 1 <code>Longer</code> </td><td align="left"> Data 2 </td><td align="center"> Data 3 </td><td align="right"> Data 4 </td></tr>
98-
<tr><td colspan="2"> Combined <strong>data</strong> </td><td align="center"> Data 5 </td><td align="right"> Data 6 </td></tr>
99-
<tr><td> Data 7 </td><td align="left" colspan="2"> Combined <em>Data</em> </td><td align="right"> Data 8 </td></tr>
100-
<tr><td> Data 9 </td><td align="left"> Data 10 </td><td align="center" colspan="2"> Combined <sup>Data</sup> </td></tr>
101-
<tr><td colspan="3"> Combined <del>Data</del> </td><td align="right"> Data 7 </td></tr>
102-
<tr><td> Data 8 </td><td align="left" colspan="3"> Combined <sub>Data</sub> </td></tr>
110+
<tr>
111+
<td> Data 1 <code>Longer</code></td>
112+
<td align="left"> Data 2</td>
113+
<td align="center"> Data 3</td>
114+
<td align="right"> Data 4</td>
115+
</tr>
116+
<tr>
117+
<td colspan="2"> Combined <strong>data</strong></td>
118+
<td align="center"> Data 5</td>
119+
<td align="right"> Data 6</td>
120+
</tr>
121+
<tr>
122+
<td> Data 7</td>
123+
<td align="left" colspan="2"> Combined <em>Data</em></td>
124+
<td align="right"> Data 8</td>
125+
</tr>
126+
<tr>
127+
<td> Data 9</td>
128+
<td align="left"> Data 10</td>
129+
<td align="center" colspan="2"> Combined <sup>Data</sup></td>
130+
</tr>
131+
<tr>
132+
<td colspan="3"> Combined
133+
<del>Data</del>
134+
</td>
135+
<td align="right"> Data 7</td>
136+
</tr>
137+
<tr>
138+
<td> Data 8</td>
139+
<td align="left" colspan="3"> Combined <sub>Data</sub></td>
140+
</tr>
103141
</tbody>
104142
</table>
105143

0 commit comments

Comments
 (0)