Rustam Apay

Results 30 comments of Rustam Apay

> It looks like the space token after the header is because of the spaces in the blank line. After a list a space doesn't appear even when you put...

Yes, I see. But... - header don't kill blank line after it, - blockquote don't kill blank line after it, - paragraph don't kill blank line after it --- all...

> Just curious what you use the tokens for? It seems like you should be able to just skip the space tokens since they don't affect rendering. I render tokens...

how it works: ![Peek 2020-09-20 08-27](https://user-images.githubusercontent.com/1222611/93695058-49426c00-fb1b-11ea-9b44-c832056f87c4.gif) how it should work: ![Peek 2020-09-20 08-18](https://user-images.githubusercontent.com/1222611/93695065-595a4b80-fb1b-11ea-9c13-99bcd7df6d99.gif)

I have the same issue. Did you solve it?

Thank you for quick response. Why then `Too many requests` if updated only 1 page?

why don't use codesandbox.io --> add dependency --> remark --> see all you need in console ))

Hi. It is good to have the option to exclude default attributes! I am looking for it too.

If you need width and height of an image, you should use on RN web `Image.getSize` instead of `Image.resolveAssetSource` `require(file/path)` will be converted to local file url and it will...

@Connor-8 Hi. Thank you. Where did you run `yarn ts-jest config:init`?