We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
在本地typora写作中,希望能够得到线上线下所见即所得的效果,于是寻求与github的渲染样式保持一致
但注意到在typora中<details>标签不仅很难出现换行(通过标签<br>可以实现)而且对其中的markdown样式也未作渲染,一个本地例子如下。
<details> <summary> TIPS </summary> ```python print("test"); ``` <br> ## test </details>
但在github上,显示为:
print("test");
有任何解决办法吗?
The text was updated successfully, but these errors were encountered:
我注意到在#170 (comment) 中明确提到了不增添新feature的说明
在官方的issue区中有相关issue typora/typora-issues#5724 (comment)
Sorry, something went wrong.
我注意到在#170 (comment) 中明确提到了不增添新feature的说明 在官方的issue区中有相关issue typora/typora-issues#5724 (comment)
在这些issue中提到事实上这是一个typora中存在的bug而并非一个feature需求,很抱歉由于我的失误,造成了一些错误信息的输入
我在issue区中留下留言:typora/typora-issues#1939 (comment)
我认为任何需要该功能的用户都需要发出自己的声音
No branches or pull requests
在本地typora写作中,希望能够得到线上线下所见即所得的效果,于是寻求与github的渲染样式保持一致
但注意到在typora中<details>标签不仅很难出现换行(通过标签<br>可以实现)而且对其中的markdown样式也未作渲染,一个本地例子如下。
但在github上,显示为:
TIPS
test
有任何解决办法吗?
The text was updated successfully, but these errors were encountered: