If the following markdown: ```md **`text`** ``` was imported and then re-exported, the result was ```md `**text**` ``` Which would have been rendered as ```html <code>**text**</code> ``` Instead of ```html <strong><code>text</code></strong> ```
undefined
adapter.schemaName
all