Skip to content
This repository was archived by the owner on Nov 27, 2017. It is now read-only.

Allow to configure juice.codeBlocks to support general exclusion of fenced code, like EJS, HBS, etc. #46

Open
maciejlach wants to merge 2 commits intojgallen23:masterfrom
maciejlach:master
Open

Allow to configure juice.codeBlocks to support general exclusion of fenced code, like EJS, HBS, etc. #46
maciejlach wants to merge 2 commits intojgallen23:masterfrom
maciejlach:master

Conversation

@maciejlach
Copy link

Example configuration with alternative syntax for FreeMarker template:

inlinecss: {
    main: {
        codeBlocks: {
            fmOpen: {
                start: '[#',
                end: ']'
            },
            fmClose: {
                start: '[/#',
                end: ']'
            }
        },
        options: {},
        files: {}
    }
}

@blacksun1
Copy link
Collaborator

Hi, I do want to do an upgrade to Juice 4 but this HAS to be a major semantic update. Juice 4 is only compatible with node 4 and up.

@blacksun1 blacksun1 self-requested a review May 22, 2017 13:12
@blacksun1
Copy link
Collaborator

Hi @maciejlach, do you want to redo this for version 2?

Thanks in advance,

@maciejlach
Copy link
Author

Hi @blacksun1, I will provide a pull request for 2.0.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants