Skip to content

Commit

Permalink
Merge pull request #44 from iamjackg/develop
Browse files Browse the repository at this point in the history
Fix flag propagation
  • Loading branch information
iamjackg authored Sep 1, 2022
2 parents e5f42fc + cc7651c commit bcfe8ea
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
### Fixed
- Correctly propagate `strip-top-header` and `remove-text-newlines` flags (@bjorns)

## 1.5.0 - 2022-08-28
### Added
- Support for labels in the Markdown front matter
Expand Down
2 changes: 2 additions & 0 deletions md2cf/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -518,6 +518,8 @@ def collect_pages_to_upload(args):
skip_empty=args.skip_empty,
collapse_empty=args.collapse_empty,
beautify_folders=args.beautify_folders,
remove_text_newlines=args.remove_text_newlines,
strip_header=args.strip_top_header,
use_pages_file=args.use_pages_file,
use_gitignore=args.use_gitignore,
)
Expand Down

0 comments on commit bcfe8ea

Please sign in to comment.