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): support document attributes in links #441

Merged

Conversation

xcoulon
Copy link
Member

@xcoulon xcoulon commented Nov 17, 2019

support the whole link as a document attribute (or vice versa?).
to do so:

  • apply the document attribute substitutions during the document
    processing
  • then reparse the paragraph line (if needed) to look for inline links

Fixes #351

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

support the whole link as a document attribute (or vice versa?).
to do so:
- apply the document attribute substitutions during the document
  processing
- then reparse the paragraph line (if needed) to look for inline links

Fixes bytesparadise#351

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

codecov bot commented Nov 17, 2019

Codecov Report

Merging #441 into master will decrease coverage by 0.08%.
The diff coverage is 82.6%.

@@            Coverage Diff             @@
##           master     #441      +/-   ##
==========================================
- Coverage   87.38%   87.29%   -0.09%     
==========================================
  Files          59       59              
  Lines        4003     4054      +51     
==========================================
+ Hits         3498     3539      +41     
- Misses        340      348       +8     
- Partials      165      167       +2

@xcoulon xcoulon merged commit fa27e8e into bytesparadise:master Nov 18, 2019
@xcoulon xcoulon deleted the Issue351_support_document_attrs_in_links branch November 18, 2019 22:20
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 document attributes in links
1 participant