Aidan Kincaid
15-03-2013 02:41:15
When you copy over the content of the old site to the new, a lot of things made use of HTML--Reports, News Posts, Recommendations, etc. Is there a way to run a one-time conversion to switch these HTML elements to the new markup? It's not really a "bug", but it does make it more difficult to read through older stuff. I figure conversion (if possible) would be better than letting the new site use both html and the markup. The image tags are the most noticeable, and most reports are filled with them. Makes them nigh unreadable.
Thought I'd toss that out there.
JaM3z
15-03-2013 02:49:58
I'm already trying my best to convert them to Markdown best as I can... Image tags should actually be converted over to the new syntax... Strange.
JaM3z
05-04-2013 11:13:10
Made the conversion a bit more forgiving and reloaded the data. How's it like this?
Aidan Kincaid
07-04-2013 00:12:50
JaM3z
08-04-2013 06:02:06
You do know that
by itself is not valid (X
)HTML right?
I'll add an exception to the conversion script for that one... as for
, there's no support for presentation markup (as opposed to content structure markup that eventually leads to a certain presentation) in Markdown, and adding it feels a bit... wrong... I'll see what I can do though.
edit: accidentally an X
JaM3z
08-04-2013 09:30:24
Added some support for centering elements, and will fix existing reports next conversion round (or maybe do a separate intermediate conversion for just the reports and news posts). ARE YOU HAPPY NOW?
lol
yacks
08-04-2013 17:29:59
You do know that
by itself is not valid HTML right? I'll add an exception to the conversion script for that one... as for , there's no support for presentation markup (as opposed to content structure markup that eventually leads to a certain presentation) in Markdown, and adding it feels a bit... wrong... I'll see what I can do though.
It's valid, just obsolete, isn't it?
Aidan Kincaid
08-04-2013 19:55:23
Actually couldn't care less. You guys asked for feedback/bugs. Seeing thousands of
and
tags seemed like a bug.
BenevolentWhiner
08-04-2013 23:29:48
JaM3z
09-04-2013 05:10:57
Actually couldn't care less. You guys asked for feedback/bugs. Seeing thousands of
and tags seemed like a bug.
Yeah, it was a bug. I wasn't aware the converter didn't pick up
tags (it did work for
, fixed it now.
will be converted properly next conversion round too