Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion src/markdown2/renderer.ml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
(* This module is based on cmarkit (https://github.com/dbuenzli/cmarkit) which is distributed under the ISC License. *)
(* Part of this code is:
Copyright (c) 2020 The cmarkit programmers. All rights reserved.
SPDX-License-Identifier: ISC *)

let is_control = function '\x00' .. '\x1F' | '\x7F' -> true | _ -> false

Expand Down
Loading