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

Start supporting code #74

Merged
merged 14 commits into from
Jun 20, 2017
Merged

Start supporting code #74

merged 14 commits into from
Jun 20, 2017

Conversation

artragis
Copy link
Member

@artragis artragis commented Jun 13, 2017

As a matter of fact this aims to implement #66 but I think #67 should be nearly done. I just miss unittest for tables/gridtables.


const makeExtra = {
blockquote: node => {},
code: node => {language: node.lang, lines: node.hightlighted || ''}

Choose a reason for hiding this comment

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

Parsing error: Unexpected token :

@@ -51,6 +58,38 @@ function visitor (node, index, parent) {
node.data = figure.data
}

function externLegendVisitor (node, index, parent) {
if (index + 1 < parent.children.length && parent.children[index + 1].type === 'paragraph' ) {

Choose a reason for hiding this comment

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

There should be no spaces inside this paren space-in-parens

@@ -51,6 +58,38 @@ function visitor (node, index, parent) {
node.data = figure.data
}

function externLegendVisitor (node, index, parent) {
if (index + 1 < parent.children.length && parent.children[index + 1].type === 'paragraph' ) {

Choose a reason for hiding this comment

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

There should be no spaces inside this paren space-in-parens

@artragis artragis force-pushed the codes branch 3 times, most recently from b615d1c to cb173f4 Compare June 18, 2017 16:37
@artragis artragis merged commit 7c57f95 into zestedesavoir:master Jun 20, 2017
@artragis artragis deleted the codes branch December 19, 2020 11: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.

None yet

3 participants