Skip to content

Commit

Permalink
1.3.5 - Fixed white space in preview panel making it more readable
Browse files Browse the repository at this point in the history
  • Loading branch information
Ricardo Wagemaker committed Dec 9, 2024
1 parent 359af0a commit e00af50
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@ EasyEdit is an easy markdown editor that allows you to write Markdown (MD) and p
*EasyEdit is a free and open-source project. You can use it for free and modify it as you like.*

## Latest CODE version
- 1.3.4 - Feature implemented Toggle Edit AND Toggle Preview full screen
- 1.3.5 - Fixed white space in preview panel making it more readable

## Version changes
- 1.3.4 - Feature implemented Toggle Edit AND Toggle Preview full screen
- 1.3.3 - Cosmetic added inline-code and block-code grey background as code
- 1.3.2 - Removed web-host for now until BUG #4 is fixed
- 1.3.1 - Minor cosmetic improvements and Implementation standalove option
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ EasyEdit is an easy markdown editor that allows you to write Markdown (MD) and p

## Latest Example implementing custom tables...

<a><img src="screenshots/sample006.png" alt="Example" width="500" height="300"> <img src="screenshots/sample007.png" alt="Example" width="500" height="300"></a>
<a><img src="screenshots/sample006.png" alt="Example" width="500" height="400"> <img src="screenshots/sample011.png" alt="Example" width="500" height="400"></a>

## Install the project
```
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "easyedit",
"description": "EasyEdit - A simple Markdown editor",
"version": "1.3.4",
"version": "1.3.5",
"type": "module",
"scripts": {
"start": "concurrently \"vite --host --port 3000\" \"wait-on http://localhost:3000 && electron .\"",
Expand Down
Binary file added screenshots/sample011.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ html,

/* Table styles */
& table {
width: 95%;
width: 100%;
margin: 10px 0;
border-collapse: collapse;
}
Expand Down

0 comments on commit e00af50

Please sign in to comment.