Chris Clark
Chris Clark
I'm using this to provision a vagrant ubuntu/trusty64 box. Like this: ``` --- - name: My New Play hosts: all vars: java_packages: - openjdk-7-jre roles: - { role: smola.java, sudo:...
It would be awesome if `rules_clojure` could be used with [bzlmod](https://bazel.build/build/bzlmod).
Thanks @andykuszyk for noticing this issue! Continues discussion from https://github.com/cfclrk/markdown-xwidget/issues/6. Mermaid diagrams are blank when `markdown-xwidget-command` is set to "pandoc". When run against [example.md][1], pandoc creates some HTML that looks...
GitHub recognizes a special syntax for some emojis. For example: `:x:` is rendered as :x:. For a complete list, see the [emoji cheat sheet][1]. Should `markdown-xwidget` do the same? And...
GitHub recognizes a special blockquote syntax for notes and warnings, as discussed here: https://github.com/community/community/discussions/16925. Example: ``` > **Warning** > It's important to specify the `:files` directive! Without it, the non-elisp...
When `markdown-xwidget-preview-mode` is enabled and I kill the xwidget-webkit buffer (say, by just doing a `C-x k` in that buffer), the xwidget-webkit buffer is killed, but `markdown-xwidget-preview-mode` remains enabled. So,...