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/renderer): support concelead index terms in labeled lists #507

Conversation

xcoulon
Copy link
Member

@xcoulon xcoulon commented Mar 17, 2020

do not exclude ConceledIndexTerms (and Blanklines)
in final document, but silently ignore them in the HTML rendering phase.

also, do not print help when an error occurs when running from CLI

Fixes #502

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

do not exclude ConceledIndexTerms (and Blanklines)
in final document, but silently ignore them in the  HTML rendering phase.

also, do not print help when an error occurs when running from CLI

Fixes bytesparadise#502

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

codecov bot commented Mar 17, 2020

Codecov Report

Merging #507 into master will decrease coverage by <.01%.
The diff coverage is 100%.

@@            Coverage Diff             @@
##           master     #507      +/-   ##
==========================================
- Coverage   86.38%   86.38%   -0.01%     
==========================================
  Files          67       67              
  Lines        4708     4707       -1     
==========================================
- Hits         4067     4066       -1     
  Misses        474      474              
  Partials      167      167

@xcoulon xcoulon merged commit 1b574d6 into bytesparadise:master Mar 17, 2020
@xcoulon xcoulon deleted the Issue502_concelead_index_term_parse_error branch March 17, 2020 07:44
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.

parser error from Concealed Index term
1 participant