We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d70351b commit ba79bedCopy full SHA for ba79bed
src/markdown2/renderer.ml
@@ -1,4 +1,6 @@
1
-(* This module is based on cmarkit (https://github.com/dbuenzli/cmarkit) which is distributed under the ISC License. *)
+(* Part of this code is:
2
+ Copyright (c) 2020 The cmarkit programmers. All rights reserved.
3
+ SPDX-License-Identifier: ISC *)
4
5
let is_control = function '\x00' .. '\x1F' | '\x7F' -> true | _ -> false
6
0 commit comments