Quote:
Originally Posted by marbs
some silly questions that i dont want sidetracking with my maya recipe.
Starson17 (or anyone who knows), what does 'linearize_tables' do and how do you use it?
as a matter of fact, what do all of them do and how do you use them?
and if i am asking silly questions anyway, is there a way to add the description form the rss feed to the article as a header?
|
You are free to start another thread, if you want the question separate, but since you didn't

....
Mostly, linearize_tables replaces <table>, <tr> and <td> tags with <div>. Instead of a table, you get a single column. It's handled better by small screen devices. Most of the other options are available on the Conversion screen. You add them to the recipe as follows:
conversion_options = {'linearize_tables':True}
You can add additional options separated by commas.