mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-03 21:36:36 +00:00
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Original Pull Request: https://github.com/xoofx/markdig/pull/876
State: closed
Merged: Yes
#872 reported an inconsistency between nullable annotation and possible value. In case of no title exists in a link syntax, consumers except
Titleproperty returns a null string. But current behavior isTitlereturning an empty string, This PR fixes the inconsistency by makeTitleproperty null if link title is not exist.