BoostIO / BoostNote-Legacy

This repository is outdated and new Boost Note app is available! We've launched a new Boost Note app which supports real-time collaborative writing. https://github.com/BoostIO/BoostNote-App
Other
17.07k stars 1.47k forks source link

string "(p)" display to "§", bug? #3607

Closed dodoflyy closed 4 years ago

dodoflyy commented 4 years ago

Current behavior

For example, "参考基因组是按染色体方向,也即短臂(p)到长臂(q)方向为正向。"
display shows me: "参考基因组是按染色体方向,也即短臂§到长臂(q)方向为正向。"

Expected behavior

"参考基因组是按染色体方向,也即短臂(p)到长臂(q)方向为正向。"

Environment

arcturus140 commented 4 years ago

this is intended. Some examples:

(p)

(c)

(tm)

to disable it, use \(p\). For example, "参考基因组是按染色体方向,也即短臂\(p\)到长臂\(q\)方向为正向。"

Flexo013 commented 4 years ago

It can also be escaped like this (p\):

image

arcturus140 commented 4 years ago

@Flexo013 my suggestion should also work.