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

feature(parser): custom subs on paragraphs and delimited blocks #725

Closed
wants to merge 1 commit into from

Conversation

xcoulon
Copy link
Member

@xcoulon xcoulon commented Jul 14, 2020

Also, fix issues with single line comments which should not
start with spaces before the // marker

Fixes #558

Signed-off-by: Xavier Coulon [email protected]

@codecov
Copy link

codecov bot commented Jul 14, 2020

Codecov Report

Merging #725 into master will increase coverage by 0.06%.
The diff coverage is 82.05%.

@@            Coverage Diff             @@
##           master     #725      +/-   ##
==========================================
+ Coverage   84.94%   85.01%   +0.06%     
==========================================
  Files          75       75              
  Lines        5175     5245      +70     
==========================================
+ Hits         4396     4459      +63     
- Misses        492      495       +3     
- Partials      287      291       +4     

Also, fix issues with single line comments which should not
start with spaces before the `//` marker

Fixes bytesparadise#558

Signed-off-by: Xavier Coulon <[email protected]>
@xcoulon xcoulon force-pushed the Issue558_custom_subs branch from 7eb99fd to 259d3dd Compare July 14, 2020 17:47
@xcoulon xcoulon changed the title WIP refactor(parser): custom subs on paragraphs and delimited blocks feature(parser): custom subs on paragraphs and delimited blocks Jul 14, 2020
@xcoulon
Copy link
Member Author

xcoulon commented Jul 14, 2020

closing in favor of #726

@xcoulon xcoulon closed this Jul 14, 2020
@xcoulon xcoulon deleted the Issue558_custom_subs branch August 3, 2020 12:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Custom substitutions on blocks
1 participant