From: Tomas Sedovic <[email protected]> The <table providers /> placeholder in the Driver documentation is not processed correctly by Markdown. After reading it, Markdown stops processing the rest of the document.
Changing it to <table providers></table> seems to fix it. --- docs/drivers.mdown | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/docs/drivers.mdown b/docs/drivers.mdown index 399fb0e..58a666e 100644 --- a/docs/drivers.mdown +++ b/docs/drivers.mdown @@ -5,7 +5,7 @@ can handle a set of standard operations, some of them also support a number of optional operations to expose the features of specific clouds more closely. The drivers and their capabilities are: -<table providers /> +<table providers></table> ## Setting up the code -- 1.6.6.1 _______________________________________________ deltacloud-devel mailing list [email protected] https://fedorahosted.org/mailman/listinfo/deltacloud-devel
