diff options
| author | mithrandi@311efa1b2b5c4999c2edae7da06fb825899e8a82 <mithrandi@web> | 2016-02-22 04:25:24 +0000 |
|---|---|---|
| committer | admin <admin@branchable.com> | 2016-02-22 04:25:24 +0000 |
| commit | 17b1fcef0881e8edb5e78a6f78d4c1fee481a25f (patch) | |
| tree | 877d7439a40219db768e87293a0c5375bfd3ced3 | |
| parent | 67b51860a3b7ca56e19e54af262f93a1bc5a9394 (diff) | |
Added a comment: Quasiquoter
| -rw-r--r-- | doc/forum/Script_to_convert_config_files_for_inclusion_in_Propellor_config/comment_1_98a4c56ba162a1e04a5b5649ff39ee3f._comment | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/forum/Script_to_convert_config_files_for_inclusion_in_Propellor_config/comment_1_98a4c56ba162a1e04a5b5649ff39ee3f._comment b/doc/forum/Script_to_convert_config_files_for_inclusion_in_Propellor_config/comment_1_98a4c56ba162a1e04a5b5649ff39ee3f._comment new file mode 100644 index 00000000..553ba0b9 --- /dev/null +++ b/doc/forum/Script_to_convert_config_files_for_inclusion_in_Propellor_config/comment_1_98a4c56ba162a1e04a5b5649ff39ee3f._comment @@ -0,0 +1,8 @@ +[[!comment format=mdwn + username="mithrandi@311efa1b2b5c4999c2edae7da06fb825899e8a82" + nickname="mithrandi" + subject="Quasiquoter" + date="2016-02-22T04:25:24Z" + content=""" +You could also use something like [raw-strings-qq](http://hackage.haskell.org/package/raw-strings-qq) to embed the files as-is without having to quote/escape a ton of stuff. +"""]] |
