@Sanchez, Yeah, that's right. I am actually using dropbox paper in conjunction with Hugo. It's pretty great! I use a few gulp tasks to clean up the markdown export from Dropbox Paper and I can just drag/drop the entire folder (50 pages of documentation) onto my Hugo build. With some logic, Hugo takes my dropbox directory structure and generates a nested site menu automatically, along with in-page navigation for scrolling between headings. Because I am using this to separate content editors from the build, it would be nice if dropbox paper had an option to export assets (embedded images) in the zip file, instead of pointing to an autogenerated URL in cloudfront. Just the option would be nice, and then the paths would point to /img/test.jpg Also, it would be great if dropbox paper supported H3s or ###. Even when using markdown, it still converts ### to <strong> :(
... View more