RarityBrown

Results 5 issues of RarityBrown

# Data points overlap in the time domain at high frequency ## Screenshots zoom in: ## Description ### Environment ESP32 WROOM DevKit v1 (ESP32-WROOM32 + CP210x(TTL2USB)) MPU6050 Windows 10, Home,...

![image](https://github.com/typora/typora-issues/assets/61568681/758a3897-4a2b-4428-87f4-bfcc93ef86f1) Link Example: https://ieeexplore.ieee.org/mediastore_new/IEEE/content/media/4563670/7743033/7743110/7743110-fig-12-source-large.gif The image in this link is accessible in browsers and is also supported by Github: ```markdown ![test](https://ieeexplore.ieee.org/mediastore_new/IEEE/content/media/4563670/7743033/7743110/7743110-fig-12-source-large.gif) ``` ![test](https://ieeexplore.ieee.org/mediastore_new/IEEE/content/media/4563670/7743033/7743110/7743110-fig-12-source-large.gif)

images / resouces

## `` ### svg without `` element According to https://github.com/typora/typora-issues/issues/1970#issuecomment-441151441, typora supports embedded svg. For example, the following code will render correctly: ```xml ``` ### svg with `` element But...

### Steps to Reproduce: Code: ```latex \texttt{R~B} \texttt{R ~ B} \texttt{R~~~B} \texttt{R B} \texttt{\textcolor{red}{R}~\textcolor{blue}{B}} \texttt{\textcolor{red}{R} ~ \textcolor{blue}{B}} \texttt{\textcolor{red}{R}~~~\textcolor{blue}{B}} \texttt{\textcolor{red}{R} \textcolor{blue}{B}} ``` Github: $$ \texttt{R~B} \texttt{R ~ B} \texttt{R~~~B} \texttt{R B}...

Accepted
Merged
v3
Code Example
v4

**Is your feature request related to a problem? Please describe.** MathJax currently lacks support for the `\vspace` command. This makes it difficult to adjust vertical spacing in equations, particularly for...

Feature Request