{
    "all": {
        "files": [
            {
                "expand": true,
                "src": "docs/*.md",
                "dest": "docs/build/",
                "ext": ".html"
            },
            {
                "expand": true,
                "src": "*.md",
                "dest": "docs/build/",
                "ext": ".html"
            }
        ],
        "options": {
            "template": "<%= lltConfigPath %>/grunt/config/markdown.jst",
            "markdownOptions": {
                "gfm": true,
                "highlight": "manual"
            }
        }
    }
}
