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

Text spacing issue #5

Closed
IeuanWalker opened this issue Mar 5, 2018 · 3 comments
Closed

Text spacing issue #5

IeuanWalker opened this issue Mar 5, 2018 · 3 comments

Comments

@IeuanWalker
Copy link

I need a way to display .md files and I find this control really good, but I have 2 issues (1 explained in another issue) and this one.

Basically, there is a huge amount of padding around headers and paragraphs.
Here is my XAML -

<ScrollView HorizontalOptions="FillAndExpand" VerticalOptions="FillAndExpand">
    <mdview:MarkdownTextView BackgroundColor="Transparent"
                                Markdown="{Binding TestLbl}"
                                TextColor="White" />
</ScrollView>

screenshot_20180305-171734

@SuavePirate
Copy link
Owner

This is part of how Android handles applying formatted text, and they don't make it super customizable without a bit of headache. I'm working on a refactored version of this control that will give that sort of freedom and wrap the Android headaches.

@IeuanWalker
Copy link
Author

@SuavePirate ahh that be awesome :)

@IeuanWalker
Copy link
Author

Closing as no I no longer use this package

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