Skip to content

Commit caa4439

Browse files
committed
[FEATURE] Create a rst theme to convert markdown
Convert basic mark-down into restructured Text * headlines * paragpraphs * links * lists
1 parent 6dd4a43 commit caa4439

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+844
-78
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@
4343
"phpdocumentor/guides-graphs": "^2.0@dev || ^1.0",
4444
"phpdocumentor/guides-markdown": "^2.0@dev || ^1.0",
4545
"phpdocumentor/guides-restructured-text": "^2.0@dev || ^1.0",
46-
"phpdocumentor/guides-theme-bootstrap": "^2.0@dev || ^1.0"
46+
"phpdocumentor/guides-theme-bootstrap": "^2.0@dev || ^1.0",
47+
"phpdocumentor/guides-theme-rst": "^2.0@dev || ^1.0"
4748
},
4849
"require-dev": {
4950
"ext-dom": "*",

0 commit comments

Comments
 (0)