You have ## on the third line in the wizard, but that line is for the class name, such as, chapter. The ## symbols are to be entered into the .txt file for each section (before the .txt file is converted to .epub), and then the ## symbols will not be in the converted epub file.
The things that are entered in the wand wizard are like this:
top line - p or h1, etc
second line - class
third line - chapter (or whatever name is used for the chapter classes)
Then the resulting string created by the wizard is this (for p, class, chapter):
//*[re:test(@class, "chapter", "i")]
You also have "auto" in the second line in the TXT Input screen. It should be Markdown, if one is following the instructions I gave for creating chapters and sections in a .txt file (that is, in order to create separate html files in the converted epub file for each chapter and each section by adding ## at the beginning of each chapter and each section in the .txt file--and then converting the .txt file to .epub).
|