Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ENH: Allow no bullet point framgents and file templating #158

Closed
wants to merge 1 commit into from

Commits on Sep 12, 2019

  1. ENH: Add single file and no bullet point option

    The single file options means that the file name is formatted
    when it is set to False (and appending will never happen).
    
    When `all_bullets` is set to false, then fragmets that should be
    rendered as bullet points will have include the bullet itself.
    In that case, bullets will be sorted to the front (bullets include
    "*", "-", and "#." enumeration).
    To make indentation of the ticket info easier, a `get_indent(text)`
    function is exposed to the jinja template.
    seberg committed Sep 12, 2019
    Configuration menu
    Copy the full SHA
    4093758 View commit details
    Browse the repository at this point in the history