Skip to content

Commit

Permalink
Makes workflow-ui/compose/README.md informative.
Browse files Browse the repository at this point in the history
`README.md` is now the permanent home of the [blog post](https://developer.squareup.com/blog/jetpack-compose-support-in-workflow/) that described in depth how this stuff would work, so that we can keep it up to date.

Closes #458
  • Loading branch information
zach-klippenstein authored and rjrjr committed May 4, 2022
1 parent fd48bf4 commit 0307732
Show file tree
Hide file tree
Showing 2 changed files with 445 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .markdownlint.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
# Need to explicitly run all rules, so the per-rule configs below aren't used as an allowlist.
all

# Increase default line length from 80 to 100.
rule 'MD013', :line_length => 100, :code_blocks => false, :tables => false
# We don't care about line length, because it prevents us from pasting in text from sane tools.
exclude_rule 'MD013'

# Enable inline HTML.
exclude_rule 'MD033'
Expand Down
Loading

0 comments on commit 0307732

Please sign in to comment.