allow better customization of nreadability output from PocketSharp assembly

This commit is contained in:
2013-10-15 21:52:33 +02:00
parent dbb495ce76
commit 9c0cf6cb3a
3 changed files with 28 additions and 11 deletions
@@ -173,7 +173,7 @@ namespace NReadability
/// <param name="readingStyle">Styling for the extracted article.</param>
/// <param name="readingMargin">Margin for the extracted article.</param>
/// <param name="readingSize">Font size for the extracted article.</param>
private NReadabilityTranscoder(
public NReadabilityTranscoder(
bool dontStripUnlikelys,
bool dontNormalizeSpacesInTextContent,
bool dontWeightClasses,