Conversation
| @@ -1,4 +1,4 @@ | |||
| import { build, emptyDir } from "https://deno.land/x/dnt@0.40.0/mod.ts"; | |||
| import { build, emptyDir } from "@deno/dnt"; | |||
There was a problem hiding this comment.
Are these changes related to supporting Markdown?
There was a problem hiding this comment.
It's just replacing the hard-coded version in deno.json. I believe it has nothing to do with the Markdown feature itself.
|
Thanks, @strzibny for the work here. I've tested it from a user perspective. The
Test
For an async sample in Markdown in the README file:
I also want to suggest adding early on in the README that we support both JSON and Markdown. |
|
Maybe, @zyc9012 or @tanysheng can have a final review for code-wise before merging. |
|
Good point, I separated Deno to a new PR #49 and I'll rebase this afterwards. |
|
@hilmanski I rebased since #49 is now merged and updated the |



This PR adds the basic support for our new Markdown Output feature, namely by introducing
getMdandgetMdBySearchId.