Added some tests and fixed extra <br>
This commit is contained in:
parent
fc13759baf
commit
39ec1e3dc0
2 changed files with 7 additions and 5 deletions
|
@ -351,12 +351,12 @@ namespace ScrewTurn.Wiki {
|
|||
result += "\r\n" + "(((" + processChild(node.ChildNodes) + ")))\r\n";
|
||||
}
|
||||
if(attName.Value.ToString() == "imageleft") {
|
||||
result += "\r\n" + "[imageleft" + processChildImage(node.ChildNodes) + "]\r\n";
|
||||
result += "[imageleft" + processChildImage(node.ChildNodes) + "]\r\n";
|
||||
}
|
||||
if(attName.Value.ToString() == "imageright")
|
||||
result += "\r\n" + "[imageright" + processChildImage(node.ChildNodes) + "]\r\n";
|
||||
result += "[imageright" + processChildImage(node.ChildNodes) + "]\r\n";
|
||||
if(attName.Value.ToString() == "image")
|
||||
result += "\r\n" + "[image" + processChildImage(node.ChildNodes) + "]\r\n";
|
||||
result += "[image" + processChildImage(node.ChildNodes) + "]\r\n";
|
||||
}
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue