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

feat(parser/renderer): support element ID prefix #302

Merged
merged 1 commit into from
Feb 24, 2019

Conversation

xcoulon
Copy link
Member

@xcoulon xcoulon commented Feb 24, 2019

Fixes #300

// AttrSource the "source" attribute for a source block or a source paragraph (this is a placeholder, ie, it does not expect any value for this attribute)
AttrSource string = "source"
// attrsource the "source" attribute for a source block or a source paragraph (this is a placeholder, ie, it does not expect any value for this attribute)
attrsource string = "source"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

attrsource is unused (from deadcode)

@codecov
Copy link

codecov bot commented Feb 24, 2019

Codecov Report

Merging #302 into master will increase coverage by 0.1%.
The diff coverage is 98.57%.

@@            Coverage Diff            @@
##           master     #302     +/-   ##
=========================================
+ Coverage   84.35%   84.45%   +0.1%     
=========================================
  Files          38       39      +1     
  Lines        3898     3931     +33     
=========================================
+ Hits         3288     3320     +32     
- Misses        472      473      +1     
  Partials      138      138

@xcoulon xcoulon merged commit 9780fef into bytesparadise:master Feb 24, 2019
@xcoulon xcoulon deleted the Issue300_idprefix branch February 25, 2019 08:22
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.

2 participants