Ben Moon
Ben Moon
@singla-shivam which `src` are you clicking? If I click `src` for `addEventListener` it just takes me to the page https://doc-proxy.deno.dev/builtin/stable#L5802 without downloading.
@BlackGlory From which AST are they missing? Do you find them missing in the result from the parser (`orga`), or in results from one of the other packages?
@BlackGlory Yup, it's pretty consistent throughout (in 2.4.9). In #104 I've updated some of the children types (and will continue to update them) so that they are more aligned with...
#104 has support for multi-line markup. As @gitonthescene mentioned, the example you gave would be interpreted as a headline, but you could do: ``` *Bold Line 1 Bold Line 2*...
Support for this is added in #104. In terms of efficiency, #104 appears to be faster than the old implementation (that supported multi-line text markup), but of course I will...
Assuming you mean to have this as part of the AST (if you mean just in the display, then ignore me) - Is this something that would be done better...
Support for nested rich text formatting is available in #104. Per the spec, code and verbatim do not support this, whilst bold, italics, etc. do.
@alexott Yes, apologies. I have some local changes which I was about to clean up and add in, but some other stuff cropped up. I'll try and fix this up...
@zachthompson Hmm... Looking closer it looks like something to do with production? Why do we need the `answer_type` rather than just using the metadata to link packages?
@moollaza Could we instead add the ID to the response automatically, at a later stage - so we don't have to specify an 'answer_type' which seems inconsistent anyway?