Browse Source

Do not escape underscores in HTML tags inside MD.

scossu 2 weeks ago
parent
commit
fc08c4e41f
1 changed files with 24 additions and 24 deletions
  1. 24 24
      doc/submission.md

+ 24 - 24
doc/submission.md

@@ -173,32 +173,32 @@ Example of a table representing an artifact with two files:
 <table>
   <thead>
     <tr>
-      <th>content\_type</th>
+      <th>content_type</th>
       <th>id</th>
-      <th>source\_path</th>
-      <th>creation\_date</th>
+      <th>source_path</th>
+      <th>creation_date</th>
       <th>label</th>
     </tr>
   </thead>
   <tbody>
     <tr>
-      <td>still\_image</td>
+      <td>still_image</td>
       <td>Sg9hYIISjRjlkP62</td>
-      <td>my\_collection/artifact1</td>
+      <td>my_collection/artifact1</td>
       <td>My first deposited artifact</td>
       <td>2002</td>
     </tr>
     <tr>
-      <td>still\_image\_file</td>
+      <td>still_image_file</td>
       <td>7hic19YTXA8Fudxo</td>
-      <td>my\_collection/artifact1/file1.tiff</td>
+      <td>my_collection/artifact1/file1.tiff</td>
       <td>2025</td>
       <td></td>
     </tr>
     <tr>
-      <td>still\_image\_file</td>
+      <td>still_image_file</td>
       <td>Z509TdNhpTjPYDS4</td>
-      <td>my\_collection/artifact1/file2.pdf</td>
+      <td>my_collection/artifact1/file2.pdf</td>
       <td>2025</td>
       <td></td>
     </tr>
@@ -220,19 +220,19 @@ Example of a table with a single resource with multi-valued fields:
 <table>
   <thead>
     <tr>
-      <th>content\_type</th>
+      <th>content_type</th>
       <th>id</th>
-      <th>source\_path</th>
-      <th>alt\_label</th>
+      <th>source_path</th>
+      <th>alt_label</th>
       <th>description</th>
       <th>label</th>
     </tr>
   </thead>
   <tbody>
     <tr>
-      <td>still\_image</td>
+      <td>still_image</td>
       <td>Sg9hYIISjRjlkP62</td>
-      <td>my\_collection/artifact1</td>
+      <td>my_collection/artifact1</td>
       <td>An alternative label</td>
       <td>A description of the artifact goes here.</td>
       <td>This is the title and must have only one value.</td>
@@ -287,10 +287,10 @@ some ID-based:
 <table>
   <thead>
     <tr>
-      <th>content\_type</th>
+      <th>content_type</th>
       <th>id</th>
-      <th>source\_path</th>
-      <th>has\_member</th>
+      <th>source_path</th>
+      <th>has_member</th>
       <th>label</th>
     </tr>
   </thead>
@@ -298,28 +298,28 @@ some ID-based:
     <tr>
       <td>collection</td>
       <td>p9tXQGBb9iC7xEqm</td>
-      <td>my\_collection-1</td>
+      <td>my_collection-1</td>
       <td></td>
       <td>This collection has implicit members from the folder hierarchy.</td>
     </tr>
     <tr>
-      <td>still\_image</td>
+      <td>still_image</td>
       <td>KHwYidw4R7xUAEMN</td>
-      <td>my\_collection-2/image001</td>
+      <td>my_collection-2/image001</td>
       <td></td>
       <td>Resource with an explicit ID. The ID can be used in a reference.</td>
     </tr>
     <tr>
       <td>text</td>
       <td></td>
-      <td>my\_collection-2/text0001</td>
+      <td>my_collection-2/text0001</td>
       <td></td>
-      <td>Resource without explicit ID. It can be referenced by source\_path.</td>
+      <td>Resource without explicit ID. It can be referenced by source_path.</td>
     </tr>
     <tr>
       <td>collection</td>
       <td>EUXRg9igmU9ouzVH</td>
-      <td>my\_collection-2</td>
+      <td>my_collection-2</td>
       <td>p9tXQGBb9iC7xEqm</td>
       <td>This collection has explicit member relationships.</td>
     </tr>
@@ -327,7 +327,7 @@ some ID-based:
       <td></td>
       <td></td>
       <td></td>
-      <td>my\_collection-2/text0001</td>
+      <td>my_collection-2/text0001</td>
       <td></td>
     </tr>
   </tbody>