textlint-plugin-rst
Version:
reStructuredText support for textlint
29 lines (27 loc) • 667 B
JavaScript
// LICENSE : MIT
;
Object.defineProperty(exports, "__esModule", {
value: true
});
var syntaxMap = exports.syntaxMap = {
"document": "Document",
"paragraph": "Paragraph",
"block_quote": "BlockQuote",
"list_item": "ListItem",
"bullet_list": "List",
"title": "Header",
"literal_block": "CodeBlock",
"reference": "Link",
"meta": "Html",
"text": "Str",
"emphasis": "Emphasis",
"strong": "Strong",
"image": "Image",
"inline": "Code"
};
var reSTAttributeKeyMap = exports.reSTAttributeKeyMap = {
"tagname": "type",
"rawsource": "raw",
"text": "value"
};
//# sourceMappingURL=mapping.js.map