Kelly Joseph Price

Results 10 issues of Kelly Joseph Price

> Looks good. A bit bummed about having to move image serialization back to the magic block format… any thoughts on a way to manage captions and sizing in RDMD-flavored...

enhancement

https://github.github.com/gfm/#emphasis-and-strong-emphasis ``` > JSON.stringify(window.RDMD.mdast("***strong** emphasis*"), null, 2) "{ "type": "root", "children": [ { "type": "paragraph", "children": [ { "type": "strong", "children": [ { "type": "text", "value": "*strong" } ] },...

https://github.github.com/gfm/#example-49 ``` > JSON.stringify(window.RDMD.mdast("## "), null, 2) "{ "type": "root", "children": [ { "type": "heading", "depth": 1, "children": [] } ] }" ```

The [commonmark spec](https://spec.commonmark.org/0.29/#fenced-code-blocks) allows an unclosed code block to extend to the end of the doc. I think we allowed this until #70, but didn't have a test for it?

| [![PR App][icn]][demo] | Fix RM-XYZ | | :--------------------: | :--------: | ## 🧰 Changes Exports our `Owlmoji` class for consumption in the main app. ## 🧬 QA & Testing...

| [![PR App][icn]][demo] | Fix RM-9013 | | :--------------------: | :---------: | ## 🧰 Changes Describe your changes in detail. ## 🧬 QA & Testing - [Broken on production][prod]. -...

| [![PR App][icn]][demo] | | :--------------------: | ## 🧰 Changes Adds support for [mermaid diagrams](https://mermaid.js.org/) Example: ```` ```mermaid-render-svg graph LR A --> B ``` ```` I've used `mermaid-render-svg` so as...

- **feat: initial commit** - **build: wip** - **docs: tweaks** - **build: npm run prepare\?** - **feat: compile + run** - **build: output types** - **build: package updates** - **build:...

[![PR App][icn]][demo] | Ref RM-10740 :-------------------:|:----------: ## 🧰 Changes Fix loading owlmoji's. The `ast` appears to be frozen, but I'm not sure where that's happening. The `image` doesn't strictly need...