You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I use hackmd-cli notes update --noteId="XYZ" --content="New content" to set the contents of a note, the title of the note is removed. Trying to include the title of the note in the content, e.g.
hackmd-cli notes update --noteId="XYZ" --content="# My title\nNew content"
does not solve the issue: instead, the # My title part is included in the content of the note and the title is still empty.
The text was updated successfully, but these errors were encountered:
When I use
hackmd-cli notes update --noteId="XYZ" --content="New content"
to set the contents of a note, the title of the note is removed. Trying to include the title of the note in the content, e.g.does not solve the issue: instead, the
# My title
part is included in the content of the note and the title is still empty.The text was updated successfully, but these errors were encountered: