Closed londonsangongzi closed 1 year ago
This PR fixes an issue(#133) where internal links containing & and | characters, such as [[A & B]], [[A & B|AB]], [AB](<A & B.md>).
[[A & B]]
[[A & B|AB]]
[AB](<A & B.md>)
Could you make a few minor style changes please?
var
let
const url
//
if () {} else {}
I've finished the style changes which are now available in pr for review, thanks.
Jeff
This PR fixes an issue(#133) where internal links containing & and | characters, such as
[[A & B]]
,[[A & B|AB]]
,[AB](<A & B.md>)
.