submark

Extract a part from CommonMark/Markdown docs

GPL-3.0 License

Downloads
1.1K
Stars
6
Committers
2

Bot releases are visible (Hide)

submark - submark 0.3.1 Latest Release

Published by github-actions[bot] over 2 years ago

Released on Match 15, 2022.

  • Added dahlia/submark action for GitHub Actions. [#6]
  • Added dahlia/submark/setup action for GitHub Actions. [#6]
submark - submark 0.3.0

Published by github-actions[bot] over 2 years ago

Released on March 11, 2022.

  • Added options from --h1-regex to --h6-regex. [#2]
  • Added Text.CommonMark.Sub.HeadingPattern type. [#2]
  • Added Text.CommonMark.Sub.HeadingTitlePattern type. [#2]
  • The signature of Text.CommonMark.Sub.extractSection function was changed from Level -> (Text -> Text -> Bool) -> Text -> Node -> Node to HeadingPattern -> Node -> Node. [#2]
  • The signature of Text.CommonMark.Sub.matchesHeading function was changed from Level -> (Text -> Text -> Bool) -> Text -> Node -> Bool to HeadingPattern -> Node -> Bool. [#2]
submark - submark 0.2.0

Published by dahlia almost 7 years ago

Released on November 6, 2017.

  • Added -i/--ignore-case option for case insensitive match.

  • Wordwrap became turned off by default unless -c/--columns option is present.

  • The signature of Text.CommonMark.Sub.extractSection function was changed from Level -> Text -> Node -> Node to Level -> (Text -> Text -> Bool) -> Text -> Node -> Node; the second parameter, a predicate for text equality, was added.

  • The signature of Text.CommonMark.Sub.matchesHeading function was changed from Level -> Text -> Node -> Bool to Level -> (Text -> Text -> Bool) -> Text -> Node -> Bool; the second parameter, a predicate for text equality, was added.

submark - submark 0.1.0

Published by dahlia about 7 years ago

Initial release. Released on September 24, 2017.

Package Rankings
Top 41.09% on Hackage.haskell.org
Top 13.92% on Github actions
Badges
Extracted from project README
GitHub Actions Hackage GitHub releases Container images