Comparing version 1.0.0-beta.2 to 1.0.0-beta.3
export interface RhoOptions { | ||
externalLinks: boolean; | ||
leftSingleQuote: string; | ||
rightSingleQuote: string; | ||
leftDoubleQuote: string; | ||
rightDoubleQuote: string; | ||
} | ||
export declare const RHO_DEFAULT_OPTIONS: RhoOptions; |
@@ -5,3 +5,7 @@ "use strict"; | ||
externalLinks: false, | ||
leftSingleQuote: '‘', | ||
rightSingleQuote: '’', | ||
leftDoubleQuote: '“', | ||
rightDoubleQuote: '”', | ||
}; | ||
//# sourceMappingURL=options.js.map |
@@ -57,2 +57,3 @@ "use strict"; | ||
new rules_1.PlainTextRule(ctx), | ||
new rules_1.TypographicsRule(ctx, _this.options), | ||
new rules_1.BackslashEscapeRule(ctx), | ||
@@ -59,0 +60,0 @@ new rules_1.HtmlTagRule(ctx), |
@@ -23,2 +23,3 @@ export * from './block/block'; | ||
export * from './inline/strong'; | ||
export * from './inline/typographics'; | ||
export * from './inline/verbatim'; |
@@ -28,3 +28,4 @@ "use strict"; | ||
__export(require("./inline/strong")); | ||
__export(require("./inline/typographics")); | ||
__export(require("./inline/verbatim")); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "rho", | ||
"version": "1.0.0-beta.2", | ||
"version": "1.0.0-beta.3", | ||
"description": "Extensible semantic markup language", | ||
@@ -5,0 +5,0 @@ "main": "out/main/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
211140
149
3561