|
@@ -159,7 +159,7 @@
|
|
|
<a class="btn btn-dark" href="{{ url_for("test.download_table", file_type="csv") }}"> csv </a>
|
|
|
<a class="btn btn-secondary" href="{{ url_for("test.download_table", file_type="xlsx") }}"> xlsx </a>
|
|
|
<a class="btn btn-success" href="{{ url_for("test.download_table", file_type="json") }}"> json </a>
|
|
|
- <a class="btn btn-danger" href="{{ url_for("test.download_table", file_type="markdown") }}"> markdown </a>
|
|
|
+ <a class="btn btn-danger" href="{{ url_for("test.download_table", file_type="markdown") }}"> md </a>
|
|
|
<a class="btn btn-warning" href="{{ url_for("test.download_table", file_type="latex") }}"> latex </a>
|
|
|
<a class="btn btn-light" href="{{ url_for("test.download_table", file_type="html") }}"> html </a>
|
|
|
</div>
|