Different output from same input and same options

Bug #1766549 reported by Thirrrrrrrd
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
calibre
Invalid
Undecided
Unassigned

Bug Description

For example, an input file is:
```
###1. Chaptrer 1
Paragraph 1
Paragraph 2
Paragraph 3
Paragraph 4
```

I use txt input, and set the "Structure" 'markdown' and 'single', and I will get the two different type of output use the same input and same options.

output1:
```html
<h3 id="1-chaptrer-1" class="calibre1">1. Chaptrer 1</h3>
<p class="calibre2">Paragraph 1
Paragraph 2
Paragraph 3
Paragraph 4</p>
```
output2:
```html
<h3 id="1-chaptrer-1" class="calibre1">1. Chaptrer 1</h3>
<p class="calibre2">Paragraph 1</p>
<p class="calibre2">Paragraph 2</p>
<p class="calibre2">Paragraph 3</p>
<p class="calibre2">Paragraph 4</p>
```

What I want is the ouput2, so what happen?

Tags: conversion
Revision history for this message
Kovid Goyal (kovid) wrote :

THere is no randomness in calibre. If you give it the same options and the same input it will produce the same output. Look at the job log for the conversion that will tell you what options are different. You can get the job log by clicking the jobs label in the bottom right corner of the calibre window.

Changed in calibre:
status: New → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.