Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for isUnicodePunct (0.15 sec)

  1. src/cmd/vendor/rsc.io/markdown/inline.go

    	// For purposes of this definition, the beginning and the end
    	// of the line count as Unicode whitespace.”
    	leftFlank := !isUnicodeSpace(after) &&
    		(!isUnicodePunct(after) || isUnicodeSpace(before) || isUnicodePunct(before))
    
    	// “A right-flanking delimiter run is a delimiter run that is
    	// (1) not preceded by Unicode whitespace, and either
    	// (2a) not preceded by a Unicode punctuation character, or
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 21.9K bytes
    - Viewed (0)
Back to top