Skip to content

Commit 8fc98ab

Browse files
authored
Merge pull request #7 from ogobrecht/yaml-header-option
fix YAML parsing
2 parents c5cee77 + dd93518 commit 8fc98ab

12 files changed

+422
-13296
lines changed

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Original Showdown code copyright (c) 2007 John Fraser
2121
Modifications and bugfixes (c) 2009 Dana Robinson
2222
Modifications and bugfixes (c) 2009-2014 Stack Exchange Inc.
2323

24-
Modifications and additions for Oracle APEX plugin (c) 2015-2017 Ottmar Gobrecht
24+
Modifications and additions for Oracle APEX plugin (c) 2015-2018 Ottmar Gobrecht
2525

2626
Permission is hereby granted, free of charge, to any person obtaining a copy
2727
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -370,6 +370,11 @@ This Markdown plugin uses [semantic versioning](http://semver.org).
370370

371371
Please use for all comments and discussions the [issues functionality on GitHub](https://github.com/ogobrecht/markdown-apex-plugin/issues).
372372

373+
### 1.3.1 (2018-01-07)
374+
375+
- Fixed: When content looks like a YAML header it is removed
376+
- Parsing of a YAML header is now done conditional - you can set an config option per usage - the default is no YAML parsing
377+
373378
### 1.3.0 (2017-03-31)
374379
- Move sprite image wmd-buttons.png as data URI to the css file (this helps to move plugin files to a webserver without breaking the image - no relative paths possible under APEX 4.2)
375380
- Add class `rendered` to rendered elements to avoid double conversion

apexplugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name" : "Markdown for APEX",
3-
"version" : "1.3.0",
3+
"version" : "1.3.1",
44
"description" : "Turns text areas into Markdown editors, converts text into HTML",
55
"keywords" : ["Markdown", "JavaScript", "editor", "HTML renderer"],
66
"homepage" : "https://github.com/ogobrecht/markdown-apex-plugin",

0 commit comments

Comments
 (0)