mathdown icon indicating copy to clipboard operation
mathdown copied to clipboard

Collaborative markdown with math

Results 79 mathdown issues
Sort by recently updated
recently updated
newest added

This probably means: - [ ] a way for user to supplies a bibtex file (global file per user? research Zotero / Mendeley / citeulike etc integration...) - [ ]...

enhancement
3 - For upstream

In: ``` 1. foo 2. ``` the `2.` is not highlighted as part of the list until you add a space (`2.`). This is confusing if I'm telling users to...

3 - For upstream

This requires a server, which is needed for crawlable docs anyway. (Pretty URLs could also work on static hosting with smarter routing, e.g. divshot.com I'd like to keep the option...

0 - Triage

gfm.js supports it, but only for modes that have been loaded. (`gfm ...` actually works ;-) I don't want to pre-load all modes up front, so need to integrate loadmode...

enhancement
1 - Deferred

``` > quote # Header 0123456789 ``` Renderend now as a header inside a continued quote. - That's a CM bug. Should be considered outside quote: http://johnmacfarlane.net/babelmark2/?text=%3E+lazy%0Aquote%0A%23+Header%3F Or, if requiring...

bug
3 - For upstream

![screenshot_2014-03-21-16-27-53](https://f.cloud.github.com/assets/273688/2488977/ac6e6052-b150-11e3-9d4d-eda198b4d90d.png)

bug
1 - Deferred

Every keypress in first line creates new entry in browser history, because the URL fragment changes. Should somehow delay/debounce it. Note that simple constraining it to cursor out of first...

bug
0 - Triage

E.g. ``` $$\pi$$ ``` works but ``` $$ \pi $$ ``` does not. For any longer formula, line breaking comes in handy.

duplicate
2 - Ready for work

Per-user undo seems to work nicely (thanks to firepad). But once you refresh the page you can't undo older changes, probably because you got a new random user id. -...

enhancement
2 - Ready for work

`# С Днем Рождения!` => http://mathdown.net/?doc=IuNRlPn7J7U# Do all/most modern browsers display human-friendly UTF8 in URLs, specifically in fragment? What id do pandoc and github generate from unicode headings?

bug