Anders Nawroth

Results 37 comments of Anders Nawroth

For a nice rendering, see http://gist.asciidoctor.org/?github-pontusmelke%2FopenCypher%2Fcreate-cip%2F%2Fcip%2FCIP2015-10-12-CREATE.adoc

It's strongly discouraged to upload artifacts to Maven central unless their dependencies are already there. It wouldn't make a lot of sense to do so either: you would still have...

Guys, since Neo4j 1.8.M02 all the Neo4j artifacts are deployed to central. Due to Gremlin being on central and some upgrades to versions found on central in other places, we...

Right, non-snapshot versions deployed to mvn central. To find out what versions of a lib exist on mvn central, use this: http://search.maven.org/ /anders

I don't know if all non-neo4j dependencies are on central now, that has to be verified. If they are, releases should go to central and this issue should be closed....

I'm not sure about having all that space inside of lists. At least not without something that more explicitly tells me it's all a list. For simple lists it's not...

I think using roles makes the most sense if you roll your own, as the output still looks ok for example when editing in Atom. The inline macro would be...

What would be a good syntax for something like "in the following paragraph, highlight everything that is monospace as SQL"? Or would that be too much magic?

@AlexCzar Adding this to HTML output uing roles is trivial, I just did that for DocGist: http://gist.asciidoctor.org/#_source_code_highlighting @mojavelinux I like the `source-language` approach. The specialwords approach is too limited and...