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

feature(parser/renderer): unordered lists should support style #660

Merged
merged 1 commit into from
Jun 28, 2020

Conversation

gdamore
Copy link
Collaborator

@gdamore gdamore commented Jun 28, 2020

This converts unordered lists so that they can support multiple
roles, and the style attribute properly. It includes both the
parser side and renderer side changes. The templates were
converted to use the exact HTML output that asciidoctor emits.

Fixes #658

This converts unordered lists so that they can support multiple
roles, and the style attribute properly.  It includes both the
parser side and renderer side changes.  The templates were
converted to use the exact HTML output that asciidoctor emits.

Fixes bytesparadise#658
@codecov
Copy link

codecov bot commented Jun 28, 2020

Codecov Report

Merging #660 into master will increase coverage by 0.01%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #660      +/-   ##
==========================================
+ Coverage   85.97%   85.99%   +0.01%     
==========================================
  Files          70       71       +1     
  Lines        4705     4711       +6     
==========================================
+ Hits         4045     4051       +6     
  Misses        408      408              
  Partials      252      252              

@xcoulon xcoulon merged commit c93bc82 into bytesparadise:master Jun 28, 2020
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.

unordered lists should support style
2 participants