Skip to content

Commit

Permalink
functional md rendering engine applied to asciidoc documents
Browse files Browse the repository at this point in the history
  • Loading branch information
joaompinto committed Nov 8, 2018
1 parent aa58e0b commit 7f8b0d2
Show file tree
Hide file tree
Showing 22 changed files with 171 additions and 153 deletions.
21 changes: 17 additions & 4 deletions .vscode/settings.json
@@ -1,8 +1,21 @@
{
"AsciiDoc.active_line_color": "Transparent",
"AsciiDoc.path": "${currentFileDir}",
"javascript.format.placeOpenBraceOnNewLineForFunctions": true,
"javascript.format.placeOpenBraceOnNewLineForControlBlocks": true,
"typescript.format.placeOpenBraceOnNewLineForFunctions": true,
"typescript.format.placeOpenBraceOnNewLineForControlBlocks": true
}
"typescript.format.placeOpenBraceOnNewLineForControlBlocks": true,
"cSpell.words": [
"asciidoctor",
"deserialize",
"helvetica",
"joaompinto",
"junit",
"linkify",
"neue",
"segoe",
"upath",
"webview"
],
"files.watcherExclude": {
"out/**": true
}
}

0 comments on commit 7f8b0d2

Please sign in to comment.