Added style support for noProof option.

Useful for blocks of source code, and
possibly other things that cause the grammar
and spelling checkers to go nuts.
Example usage:
 run: {
                            font:"Consolas",
                            color: "0000AA",
                            break:1,
                            noProof:true,
                        },

Also added section to .gitignore to exclude
Mac .DS_Store files. These are useless on
anything other than a Mac.
This commit is contained in:
Pulpgrinder Dev Team
2023-05-09 11:01:54 -08:00
committed by Dolan Miu
parent b1513d4ce9
commit df619ffe49
2 changed files with 8 additions and 1 deletions

3
.gitignore vendored
View File

@ -59,3 +59,6 @@ My Document.docx
# Temporary folder
tmp
# Exclude Mac .DS_Store files
.DS_Store