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

FileConventions: fix WrapText function #135

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Aug 10, 2023

  1. FileConventions.Tests: add failing test

    Add failing test for WrapText function based on [1].
    
    [1] nblockchain#117
    parhamsaremi committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    1fa1684 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. FileConventions: fix WrapText function

    Ignore codeblocks while splitting the text into paragraphs
    because there might be a codeblock with multiple paragraphs.
    
    Fixes nblockchain#117
    parhamsaremi committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    fc2c4d5 View commit details
    Browse the repository at this point in the history