-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Began moving markup code out. * Forgot __init__.py. * Fix imports. * Move parser impl code out. * Began with new-style parser. * Fix typing for Python 3.6 and 3.7. * Prepare formatters. * Continue. * Replace current markup code with new one. * Make more compatible to TS code, add same test vectors. * Cleanup. * Add more tests. * Add changelog fragment. * Add plain HTML output. * Rename default RST formatter.
- Loading branch information
1 parent
f47a9e9
commit 12469fc
Showing
35 changed files
with
3,350 additions
and
1,009 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
minor_change: | ||
- Internal refactoring of markup code (https://github.com/ansible-community/antsibull-docs/pull/108). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.