James Gilmore
James Gilmore
This issue was an unpleasant surprise. I agree with @ericis; this is fundamental functionality which is expected by Asciidoc users. Since @mojavelinux has [enabled custom handling](https://github.com/github/markup/issues/1095#issuecomment-339221372) , this seems simple:...
3-5 levels would be perfect imho. Five gives a few levels for document structure and a couple of levels for templates. Three would suffice for most use cases, but five...
I just want to mention that two workarounds are possible for this, for those needing a solution. 1. There's a jekyll asciidoc template floating around that is set up to...
I also see this error, using `CALL apoc.load.directory('*.csv','.')` Additionally, `CALL apoc.load.csv($datafile,{limit:25}) YIELD map` fails when `LOAD CSV WITH HEADERS FROM $datafile AS row WITH row RETURN row LIMIT 25` works....
Is it possible to define macros in the document itself, rather than a config file? All I'm really trying to do is do substitution within an svg. Which I can...