(empty-line-above? lines line index)Determines whether there's a need for an empty new line
above the line at the current index. In the case of a
code block, which starts with three backticks (```), if there's
no empty newline above, we need to create one, and so this
function must then return true.
Determines whether there's a need for an empty new line above the `line` at the current `index`. In the case of a code block, which starts with three backticks (```), if there's no empty newline above, we need to create one, and so this function must then return `true`.
(empty-line-below? lines line index)Determines whether there's a need for an empty new line
below the line at the current index. In the case of a
code block, which ends with three backticks (```), if there's
no empty newline above, we need to create one, and so this
function must then return true.
Determines whether there's a need for an empty new line below the `line` at the current `index`. In the case of a code block, which ends with three backticks (```), if there's no empty newline above, we need to create one, and so this function must then return `true`.
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |