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

fix: support multiple roles on blocks #807

Merged
merged 1 commit into from
Dec 16, 2020

Conversation

xcoulon
Copy link
Member

@xcoulon xcoulon commented Dec 16, 2020

support the following syntax:

[.role1]
[.role2]
a paragraph

Fixes #602

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

support the following syntax:
```
[.role1]
[.role2]
a paragraph
```

Fixes bytesparadise#602

Signed-off-by: Xavier Coulon <[email protected]>
@codecov
Copy link

codecov bot commented Dec 16, 2020

Codecov Report

Merging #807 (a3ce974) into master (1a08657) will decrease coverage by 0.03%.
The diff coverage is 70.58%.

@@            Coverage Diff             @@
##           master     #807      +/-   ##
==========================================
- Coverage   79.43%   79.39%   -0.04%     
==========================================
  Files          87       87              
  Lines        5275     5291      +16     
==========================================
+ Hits         4190     4201      +11     
- Misses        750      753       +3     
- Partials      335      337       +2     

@xcoulon xcoulon merged commit 50fb873 into bytesparadise:master Dec 16, 2020
@xcoulon xcoulon deleted the Issue602_multiple_roles branch December 16, 2020 22:32
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.

Support multiple roles on all blocks
1 participant