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.

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
divad12's avatar
13
divad12
asked 13 years ago
Evgeny's avatar
13.2k
Evgeny
updated 13 years ago

Comments

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

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
Evgeny's avatar
13.2k
Evgeny
answered 13 years ago, updated 13 years ago
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 (13 years ago)

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 (13 years ago)

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 (13 years ago)

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

divad12's avatar divad12 (13 years ago)
see more comments