blocks:-id:block-nametitle:My custom blockmarkdown:codeblock:blocksyntaxbody:content In this scenario, a block with the properties{ "content": "something" }will be formatted in your Markdown as: ```blocksyntaxsomething``` In the scenario where the block also has other properties, those will...
pandoc -f markdown --toc -o out.docx file1.md dirA\file2.md dirB\file3.md If you specify multiple input files, they are actually concatenated by the shell and then passed to pandoc. So no, the input file names don't come into play (which is counter-intuitive for HTML, but makes...
@@ -16,28 +16,28 @@ Note that all bash commands in this document are run from the [stacks-core repos Validating the config file using `stacks-node check-config`: ``` $ cargo run -r -p stacks-node --bin stacks-node check-config --config testnet/stacks-node/conf/mainnet-mockminer...
In Styleguidist you write examples in Markdown, where each code snippet is rendered as a live editable playground. + +First, install Styleguidist: + +```sh +npm install --save react-styleguidist +``` + +Alternatively you may use `yarn`: + +```sh +yarn add react-styleguidist +...