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

Inline code is getting truncated #42

Closed
ocrickard opened this issue Sep 29, 2017 · 4 comments
Closed

Inline code is getting truncated #42

ocrickard opened this issue Sep 29, 2017 · 4 comments

Comments

@ocrickard
Copy link

Fantastic project! I'm working on converting a book that we had previously written in InDesign back to markdown, and it looks like the default PDF formatting is resulting in incorrect layout:

screen shot 2017-09-29 at 9 01 25 am

Here's the example paragraph in the screenshot if you want to test this:

A good way to think about the difference between this method and `didUpdateComponent` is that `didMount` is an opportunity for configuration of the **view**, while `didUpdateComponent` and `initWithComponent:` is about configuring the **controller itself**. The one major exception is that `initWithComponent:` is called on a background thread, so it’s common to wait for the first mounting to complete configuration that had to be done on the main thread. This is something we’d like to fix.
@ocrickard
Copy link
Author

Any chance of a new release on cargo?

@crowdagger
Copy link
Owner

I'm currently changing quite a few things in the master branch, but once it is done and it has been tested a bit I will probably release 0.14.0 soon-ishly :)

@crowdagger
Copy link
Owner

Actually, I just published 0.14.0-beta to crates.io. Obviously not very tested/polished though.

@ocrickard
Copy link
Author

Great, thank you!

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

No branches or pull requests

2 participants