Jenny Diomidova

Results 20 issues of Jenny Diomidova

## What's wrong? Backticks in math mode produce unexpected results. I think `preprocessMarkdownTicks` replaces backticked expression with `TICK0ENDTICK`, then KaTeX wraps each character in a `span`, and `putTicksBack` can't find...

bug
formats

## What's wrong? If a theorem-like environment ends in a markdown table *without a blank line after the table*, coauthor inserts a blank row into the table. This might be...

bug

It would be nice to be able to link to a specific past version of a message. It would be useful for bug reports for example. Clicking on the link...

enhancement

I've noticed that people often embed unpublished images in their posts and assume that others will see them. I think they should get some kind of warning about it. Ideally...

enhancement
priority

## What's wrong? If the last line before an image contains an inline fraction, there are approximately 0 pixels of black space between the fraction and image: ![image](https://user-images.githubusercontent.com/22151995/120220444-b958d400-c20a-11eb-80f2-f22457fbedcb.png) It looks...

bug

It would be nice if you could replace bullet points with arbitrary emojis, similarly to how you can do it with checkboxes. Example use case: ![image](https://user-images.githubusercontent.com/22151995/120230996-743e9d00-c21e-11eb-8d1f-588a0c609817.png) Possible syntax: ```markdown *...

enhancement

## What's wrong? If a post embeds a PDF file via `![](...)`, it doesn't render in search results ## How to Reproduce Steps to reproduce the behavior, e.g., link to...

bug

## What's wrong? If a `proof` immediately follows a `lemma` (or similar) that ends in a list with no blank line between `\end{lemma}` and `\begin{proof}`, then the spacing between the...

bug

There is currently no easy way to zoom in on a message that you are editing. You have to stop editing, zoom in, and then start editing again. This would...

enhancement

## What's wrong? `\href` doesn't work correctly in math mode. Coauthor's custom parser replaces it with `` and then the real LaTeX parser doesn't know what to do with html....

bug
formats