fowindee

Results 13 comments of fowindee

Support more markdown features is better. The most important features I think are: 1. embed image support `![text](https://example-image.jpg)` 2. link support `[example](https://example.org)` 3. table syntax support 4. embed flowchart syntax...

@simplejason Is there any plan about https://github.com/NG-ZORRO/ng-zorro-antd/issues/7207 ? antd has refarctored cascader by select component.

I think multilanguage support is very important too. The issue https://github.com/dotnet/docfx/issues/803 has raised six years ago.

https://github.com/NG-ZORRO/ng-zorro-antd/pull/7115 @simplejason I have been doing some work on it. May be you can continue on it.

package.json 中 test scripts 应该修改为 `pnpm test --filter @antv/xflow-hook --filter @antv/xflow-core`

修改 scripts 后,执行 `npm run test` 提示缺少 `@types/jest`

https://github.com/antvis/XFlow/pull/286

``` let mut inner = self.inner.borrow_mut(); ``` 应该是 ``` let mut inner = self.inner.exclusive_access(); ``` 吧。 Codebase 里是 `exclusive_access`