Skip to content

Commit 921d96f

Browse files
authored
Merge pull request #2 from scootnetworks/kb/fix-punctuation-next-line
fix punctuation wrap to next line
2 parents 581fdce + 51c1ffb commit 921d96f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ class Markdown extends Component<DefaultProps, Props, void> {
6363
const tree = SimpleMarkdown.parserFor(rules)(blockSource, {
6464
inline: false
6565
})
66-
return SimpleMarkdown.reactFor(SimpleMarkdown.ruleOutput(rules, 'react'))(
66+
return SimpleMarkdown.outputFor(rules, 'react')(
6767
tree
6868
)
6969
} catch (errors) {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"author": "Charles Mangwa <charlesmangwa@gmail.com> (http://carlito.ninja)",
1111
"dependencies": {
1212
"lodash": "^4.15.0",
13-
"simple-markdown": "git://github.com/CharlesMangwa/simple-markdown.git"
13+
"simple-markdown": "1.0.0-alpha.0"
1414
},
1515
"peerDependencies": {
1616
"react-native": "*"

0 commit comments

Comments
 (0)