Skip to content
New issue

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

Is metadata well exported #832

Open
Ducasse opened this issue Aug 6, 2024 · 1 comment
Open

Is metadata well exported #832

Ducasse opened this issue Aug 6, 2024 · 1 comment

Comments

@Ducasse
Copy link
Contributor

Ducasse commented Aug 6, 2024

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] 
sarahtathy added a commit to sarahtathy/Microdown that referenced this issue Aug 6, 2024
sarahtathy added a commit to sarahtathy/Microdown that referenced this issue Aug 6, 2024
@Ducasse
Copy link
Contributor Author

Ducasse commented Oct 17, 2024

We should check this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant