First time here? Check out the FAQ!
1

Issue: HTML anchor tags between every letter in post

In my posts on my setup, between every letter there is a <a href></a>.

Screenshot in Chrome Inspector: http://i.imgur.com/8NvF5.png

I've tried enabling and disabling MathJax and autolinking. I don't have any other special or custom HTML, JavaScript, or CSS.

This issue prevents MathJax from correctly parsing a post (so equations will render in preview, but not when posted).

This occurred for me on the two places I've tested, Chrome and Firefox on Mac Lion.

divad12's avatar
13
divad12
asked 2012-01-08 16:32:58 -0500
Evgeny's avatar
13.2k
Evgeny
updated 2012-01-08 20:00:47 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

It will be fixed today, for now - disable url patterns in the "markup" section of the admin settings.

edit: fixed in 0.7.37

Evgeny's avatar
13.2k
Evgeny
answered 2012-01-08 16:39:46 -0500, updated 2012-01-08 20:07:34 -0500
edit flag offensive 0 remove flag delete link

Comments

Thanks for the quick response. I think I've disabled it (it was once enabled) but it still occurs. We'll use ASCII for now, shouldn't be a big deal (yet).

divad12's avatar divad12 (2012-01-08 16:46:24 -0500) edit

The previously parsed version of the text will be stored in the database, we'll have to make a healing management command to re-parse all the posts. Also, restart the app (e.g. the webserver or wsgi daemon), it is possible that the broken replacement patterns are still in the memory.

Evgeny's avatar Evgeny (2012-01-08 16:50:37 -0500) edit

Btw, autolinking of simple urls is enabled by default, I think the setting may actually be misleading. It applies to the special patterns that can be added to the box below.

Evgeny's avatar Evgeny (2012-01-08 16:52:21 -0500) edit

Ah, restarting the wsgi daemon worked, thanks a lot! This is a great project, keep up the awesome work!

divad12's avatar divad12 (2012-01-08 16:58:46 -0500) edit
add a comment see more comments