Z

Results 127 comments of Z

:+1: For me I am all up for using Hercule transclusions in Aglio.

Regarding Apiary.io – we are working on full rendering of attributes – MSON. This includes fully interactive ("foldable") tables and rendering of Named Types from Data Structure sections including Data...

@davidmc24 I do like it. If it would be just the hyperlink it would be probably fairly easy to implement in the parser. The bigger challenge however comes with the...

Additionally add additional syntax for external assets to be embedded (not just referenced-linked) by the `Drafter` apiaryio/snowcrash#57 ``` :[file.json](path/to/file.json) ``` or ``` =[file.json](path/to/file.json) ``` Alternatively using the Mardkown _implicit link...

Good point @jrep ! > Wouldn't it be better to conform, just use a new sigil on the otherwise existing syntax? That is my goal. According to [Gruber's](http://daringfireball.net/projects/markdown/syntax#img) following should...

I feel we should just support markdown with the extra sigil regardless of the syntax used – be it direct link, explicit or implicit label. If we agree on this...

@jrep @honzajavorek I agree.

@jrep I like it. Taking it even further ``` # Notes [/notes] ## GET + Response 200 + =[Body](path/to/body.json) + =[Schema](path/to/schema.json) ```

@alexborisov that is pretty neat! Thanks for the sharing. As I have said (elsewhere) – we have started the works on a parser harness tool that should take eventually care...

Also for what it's worth checkout @jamesramsay 's Hercule – https://github.com/jamesramsay/hercule