Markdoc support
So its a question and a suggestion. I was wondering if you had any interest or plans in building in Markdoc support.
Its not that I need or even use it at the moment but I am working on building a workflow for the company I write for and am just exploring all of the options available.
Thanks
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Brett on 13 Nov, 2022 05:12 PM
Marked offers Custom Processors, which allow you to incorporate any tool you can run on the command line as a Markdown processor. The tool or script only needs to be able to accept input on STDIN and return output on STDOUT, and in between it can do anything it wants with it. It appears Markdoc can work with node scripting, so even if there's not an existing CLI, it should be easy to incorporate into a script you could call with Marked.
I don't foresee adding Markdoc as a built-in tool, but the possibility to make Marked work with it already exists.
-Brett
2 Posted by Zac on 13 Nov, 2022 05:38 PM
I'll check the custom processors out.
Thanks