mirror of
https://github.com/kovetskiy/mark.git
synced 2026-04-24 16:22:38 +00:00
Adding linebreak stripping
This commit is contained in:
committed by
Manuel Rüger
parent
11896e43ec
commit
20c65ca373
@@ -750,6 +750,7 @@ GLOBAL OPTIONS:
|
||||
--dry-run resolve page and ancestry, show resulting HTML and exit. (default: false) [$MARK_DRY_RUN]
|
||||
--edit-lock, -k lock page editing to current user only to prevent accidental manual edits over Confluence Web UI. (default: false) [$MARK_EDIT_LOCK]
|
||||
--drop-h1, --h1_drop don't include the first H1 heading in Confluence output. (default: false) [$MARK_H1_DROP]
|
||||
--strip-linebreak remove linebreaks inside of tags, to accomodate Confluence non-standard behavior (default: false)
|
||||
--title-from-h1, --h1_title extract page title from a leading H1 heading. If no H1 heading on a page exists, then title must be set in the page metadata. (default: false) [$MARK_H1_TITLE]
|
||||
--minor-edit don't send notifications while updating Confluence page. (default: false) [$MARK_MINOR_EDIT]
|
||||
--color value display logs in color. Possible values: auto, never. (default: "auto") [$MARK_COLOR]
|
||||
|
||||
Reference in New Issue
Block a user