-
-
Notifications
You must be signed in to change notification settings - Fork 279
Kramdown 1.15.0 crashes on escaped pipe in Markdown table #477
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hmm... with the latest kramdown version I get the following output and no error: <table>
<thead>
<tr>
<th>Key</th>
<th>Value type</th>
</tr>
</thead>
<tbody>
<tr>
<td><code>Name</code></td>
<td>String</td>
</tr>
<tr>
<td><code>Type</code></td>
<td><code>"GROUP"</code> | <code>"UNKNOWN" \|</code>“USER”<code>\|</code>“VIRTUAL_GROUP”`</td>
</tr>
<tr>
<td><code>AdditionalInfo</code></td>
<td>Object</td>
</tr>
</tbody>
</table> Can you try the sample on the command line via the And it seems your example doesn't use the code backticks correctly... |
Thomas, thanks for the quick answer! | Key | Value type |
|------------------|-----------------------------------------------------------|
| `Name` | String |
| `Type` | `"GROUP"`\|`"UNKNOWN"`\|`"USER"`\|`"VIRTUAL_GROUP"` |
| `AdditionalInfo` | Object |
|
@fdallaireCoveo Fixed and bug fix release 1.16.2 is now available. |
Wow! That was fast. Thank you very much! |
The presence of an escaped pipe without spaces around separating ticked values in a Markdown table as in the following table example causes Kramdown 1.15.0 to crash with the message similar to:
Conversion error: Jekyll::Converters::Markdown encountered an error while converting '_ccv2-dev/Security_Identity_Models.md': no implicit conversion of nil into String
The text was updated successfully, but these errors were encountered: