-
Notifications
You must be signed in to change notification settings - Fork 32
Emit error for empty crosslink text #1954
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
Changes from 4 commits
e56941f
05547a3
14a2bcc
efb687c
af64be0
5c144b9
33bf94f
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -17,6 +17,10 @@ public record LinkMetadata | |
| [JsonPropertyName("hidden")] | ||
| [JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)] | ||
| public bool Hidden { get; init; } | ||
|
|
||
| [JsonPropertyName("title")] | ||
| [JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)] | ||
| public string? Title { get; init; } | ||
|
||
| } | ||
|
|
||
| public record LinkSingleRedirect | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.