We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
teh following leads to an error
| doc exporter | doc := MicrodownParser parse: ' { "author" : "stf" } # foo bar '. doc metaDataElement atKey: #lastModificationDate put: Date today printString. exporter := MicTextualMicrodownExporter new. exporter visit: doc. 'foo.md' asFileReference writeStreamDo: [ :s | s nextPutAll: exporter contents]
The text was updated successfully, but these errors were encountered:
fix pillar-markup#832 (Is metaData well exported )
c240c8d
fix pillar-markup#832
2859b6f
We should check this.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
teh following leads to an error
The text was updated successfully, but these errors were encountered: