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
#!/bin/env python | |
''' | |
Due to changes made towards pandoc2, at the moment mostly only the inversion of (some) citations and re-wrapping of lines into somewhat semantic units. | |
I previously had some pandoc filters that also converted track changes to CriticMarkup, could accept or reject them, and merged comments to footnotes or html comments; | |
due to the change in pandoc filters they don't work at the moment, so that functionality is not used for now (but it is implemented in the script). | |
Usage: |
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
<head> | |
<title>d3test</title> | |
</head> | |
<body> | |
<h3>Meteor JS: Reactive D3 Force Layout Graph (minimum example)</h3> | |
<h4>Add few nodes and links first, or visualization won't show up.</h4> | |
<span>New Node</span> | |
<form id="newnode"> |