Jani Kinnunen

Results 11 comments of Jani Kinnunen

Hi. How are you all currently working around this problem?

@StaloneLab I'd want to use the `remark-disable-tokenizers` plugin, but it is not ported to support this yet. Do you see it being updated at some point? I'd love to make...

> See https://github.com/micromark/micromark#case-turn-off-constructs. Example: https://github.com/micromark/micromark-extension-mdx-md/blob/main/index.js. Wrapped in https://github.com/micromark/micromark-extension-mdxjs. In turn in https://github.com/mdx-js/mdx/blob/main/packages/remark-mdx/index.js. Thanks a lot for these, much appreciated! Tried playing around with this but I'm still unsure how to...

> ```js > function myPluginToTurnOffThings(options = {}) { > const data = this.data() > const list = data.micromarkExtensions || (data.micromarkExtensions = []) > list.push({disable: {null: options.disable || []}}) > }...

I'm seeing this problem as well. `presentationStyle="overFullScreen"` is not working on Android 10. The status bar is still visible but it doesn't take its space so the content behind the...

I'm having this exact same problem. Wondering if it could be caused by multiple `metro` and `metro-config` versions.

Here's something I noticed. The type of these components is identical but the plugin fails to recognize the latter two ways of using the type

@probablyup any thoughts on this? I ran into the same issue with italics.

There also seems to be some inconsistencies. ``` *hello world* ``` results in: ``` *hello world* ``` but ``` **hello world** ``` results in: ``` **hello world ```

I wonder if this is the same as #449. If you put your markdown in here: https://markdown-to-jsx.quantizor.dev/ The output you get is: `Item detail debug item 1 `