-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add alert, emoji, quote, others; fix code, nameOf
- Loading branch information
1 parent
8c23762
commit cd617ce
Showing
15 changed files
with
2,056 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
package halotukozak.smark | ||
|
||
def markdown(input: String*): String = input.mkString("\n") | ||
def markdown(input: String*): String = input.mkString("\n\n") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
package halotukozak.smark | ||
package typography | ||
|
||
type Alert | ||
type Note <: Alert | ||
type Tip <: Alert | ||
type Important <: Alert | ||
type Warning <: Alert | ||
type Caution <: Alert |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.