Skip to content

Commit 98ffc43

Browse files
committed
Update npm; Update README; Bump version
1 parent 47af4d6 commit 98ffc43

File tree

5 files changed

+7
-2
lines changed

5 files changed

+7
-2
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,11 @@ If you are a Notepad++ and Markdown user, this is made for you.
3131
| Deep Black | Obsidian |
3232
| ![Markdown in Solarized Theme of Notepad++][screen_solarized] | ![Markdown in Solarized-light Theme in Notepad++][screen_solarized_light] |
3333
| Solarized | Solarized-light |
34+
| ![Markdown in Twilight Theme of Notepad++][screen_twilight] | ![Markdown in Material Theme in Notepad++][screen_material] |
35+
| Twilight | Material |
3436

3537
Supports file extensions: `.markdown` and `.md`<br>
36-
Tested: Notepad++ v7.8.4 32-bit (on Windows 10 64-bit)
38+
Tested: Notepad++ v7.9 64-bit (on Windows 10)
3739

3840
## Usage
3941

@@ -128,6 +130,8 @@ You can use it, share it, modify the codes and distribute your work for private
128130
[screen_obsidian]: docs/images/themes/obsidian-screenshot.png "Markdown in Obsidian Theme of Notepad++"
129131
[screen_solarized]: docs/images/themes/solarized-screenshot.png "Markdown in Solarized Theme of Notepad++"
130132
[screen_solarized_light]: docs/images/themes/solarized-light-screenshot.png "Markdown in Solarized-light Theme of Notepad++"
133+
[screen_twilight]: docs/images/themes/twilight-screenshot.png "Markdown in Twilight Theme of Notepad++"
134+
[screen_material]: docs/images/themes/material-screenshot.png "Markdown in Material Theme of Notepad++"
131135

132136
[this_repo]: https://github.com/Edditoria/markdown-plus-plus
133137
[latest_release]: https://github.com/Edditoria/markdown-plus-plus/releases/latest

docs/build-workflow.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ Open `<*.config.json>` file(s) in `<config/>` folder using Notepad++. As you see
7171
| Option | Descriptions |
7272
| ------ | ------------ |
7373
| `themeName` | The theme name that will be displayed in Notepad++ menu under "Language". |
74+
| `gfm.table` | HTML table in GitHub Flavored Markdown. This is what you see in this table. |
7475
| `goodies.hex` | Highlight HEX value. It is not a Markdown syntax but eye candy. |
7576
| `flags.transparentBg` | By default, each text has background color set in `default.bgColor`. You can take out the background color by switching this option to `true`. However, some text or style may not display clearly on your screen. :warning: **Use it with caution** |
7677
| `flags.asteriskUnorderedList` | By default, you cannot use asterisk-style bullet points (`* a \<li\> bullet point`). By switching this option to `true`, you can write in this markdown style. However, there will be a side effect: `*multiple em words*` will only parse the first word because it will screw up unordered list in some situations. :warning: **Use it with caution** |
28.9 KB
Loading
26.8 KB
Loading

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "markdown-plus-plus",
3-
"version": "3.1.0",
3+
"version": "3.2.0",
44
"description": "Markdown syntax highlighting for Notepad++, by customized UDL file (user defined language)",
55
"license": "MIT",
66
"private": true,

0 commit comments

Comments
 (0)