https://jira.atlassian.com/secure/WikiRendererHelpAction.jspa?section=all
https://atlaskit.atlassian.com/packages/editor/editor-markdown-transformer
我正在尝试将以下文本转换为'html‘元素:
Regular, **Strong**, *Italic*, @Artur Bodera, ***Strong Italic***
---
[Regular link](//atlassian.com), [**strong link**](//atlassian.com), [***strong italic link***](//atlassian.com)
---
!quicktime.mov|width=300,height=400!
{noformat}
preformatted piece of text
so *no* further _formatting_ is done here
{noformat}https://codesandbox.io/s/atlaskiteditor-markdown-transformer-0-markdown-transformer-forked-9q428
提供的codesandbox包缺少markdown-transformer提供的示例中的依赖项。如何解决这个问题?
如何将上述符号转换为相应的HTML元素。
发布于 2021-07-04 03:59:05
使用Showdown转换MD -> HTML,然后自己解析@user%s。
https://stackoverflow.com/questions/68199894
复制相似问题