GithubHelp home page GithubHelp logo

infitio / flutter_markdown Goto Github PK

View Code? Open in Web Editor NEW
14.0 14.0 7.0 110 KB

Minimalistic, highly customizable - regexp based Markdown widget for Flutter

License: Other

Java 2.58% Dart 86.10% Shell 1.45% Ruby 7.62% Objective-C 2.25%
customizable flutter markdown-editor regexp

flutter_markdown's People

Contributors

sbu-wbt avatar simonit avatar tiholic avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

flutter_markdown's Issues

Option to specify font family for code

Code blocks don't seem to be correctly rendered on MacOS and IOS.
I assume the reason is the same as this flutter/flutter#19280 as from what I can tell flutter_markdown also tries to set the font family to monospace.

Would it be possible to have a way to specify the style for code blocks?

Example does not render `_How ya doin!_` properly

The example does not render _How ya doin!_ properly because ! is not in _baseCharacters.

Why not use RegExp(r"_[^_]+_") for italics?

...why not use a capturing group RegExp(r"_([^_]+)_") so that you don't need postProcess?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.