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(parser): support inline links in quoted text #464

Merged

Conversation

xcoulon
Copy link
Member

@xcoulon xcoulon commented Jan 4, 2020

provide a support with workaround: need to set the [] explicitly
if the URL ends with _ or * when wrapped in italic or bold quotes

also, allow for document attribute substitutions in quoted text

fixes #456

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

provide a support with workaround: need to set the `[]` explicitly
if the URL ends with `_` or `*` when wrapped in italic or bold quotes

also, allow for document attribute substitutions in quoted text

fixes bytesparadise#456

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

codecov bot commented Jan 4, 2020

Codecov Report

Merging #464 into master will increase coverage by <.01%.
The diff coverage is 100%.

@@            Coverage Diff             @@
##           master     #464      +/-   ##
==========================================
+ Coverage   88.58%   88.59%   +<.01%     
==========================================
  Files          63       63              
  Lines        4066     4068       +2     
==========================================
+ Hits         3602     3604       +2     
  Misses        301      301              
  Partials      163      163

@xcoulon xcoulon merged commit 6acb277 into bytesparadise:master Jan 4, 2020
@xcoulon xcoulon deleted the Issue456_quoted_text_inline_links branch January 4, 2020 17:30
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 inline links in quoted text
1 participant