blob: e85109f5f6b418f18e23cb4e6459fca3a6295f58 [file]
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
/// Parses text in a markdown-like format and renders to HTML.
library markdown;
export 'src/markdown/ast.dart';
export 'src/markdown/block_parser.dart';
export 'src/markdown/document.dart';
export 'src/markdown/html_renderer.dart';
export 'src/markdown/inline_parser.dart';