|
@@ -114,7 +114,7 @@ layout: default
|
|
|
}
|
|
|
|
|
|
// textOutput()
|
|
|
- // Produces Markdown rendition of Rule
|
|
|
+ // Produces Markdown rendition of Rule from Export button
|
|
|
function textOutput() {
|
|
|
var filename = 'CommunityRule.txt';
|
|
|
// First, add title, whether there is one or not
|
|
@@ -447,7 +447,7 @@ Created with [CommunityRule](https://communityrule.info)
|
|
|
|
|
|
<button class="pushButton" id="publishRule" onclick="publishRule()">Publish</button>
|
|
|
<button class="pushButton" id="toggleDisplayMode" onclick="toggleDisplayMode()">Fork</button>
|
|
|
- <button class="pushButton" onclick="textOutput()">Markdown</button>
|
|
|
+ <button class="pushButton" onclick="textOutput()">Export</button>
|
|
|
<button class="pushButton" id="trash" onclick="deleteRule()">
|
|
|
<img src="{% link assets/tabler_icons/trash.svg %}" title="Rule deletion request" />
|
|
|
</button>
|