Commit Graph

7 Commits

Author SHA1 Message Date
Sean Wilson d8847a1443 docs: Fix HTML code in .RenderString description being stripped out (#1320) 2021-02-01 12:37:23 +09:00
Patrick Kollitsch ee14087cd9 Remove typo from RenderString.md
Remove :REND from sample code
2020-01-22 17:30:20 +01:00
Sanmay Joshi 9c28c422ee Correct hyperlink for 'markdownify' function
### Changes
added a slash '/', so that link is referenced from root of the domain and not current page

### Previously
```
**Note** that this method is more powerful than the similar [markdownify](functions/markdownify/) function as it also supports [Render Hooks](/getting-started/configuration-markup/#markdown-render-hooks) and it has options to render other markup formats.
```
### Now
```
**Note** that this method is more powerful than the similar [markdownify](/functions/markdownify/) function as it also supports [Render Hooks](/getting-started/configuration-markup/#markdown-render-hooks) and it has options to render other markup formats.
```
2019-12-31 09:59:49 +01:00
Bjørn Erik Pedersen 7a85c789b9 Update RenderString.md 2019-12-24 16:55:46 +01:00
Regis Philibert 43e9222a2a Revert "Add shortcodes to note comparing with markdownify"
This reverts commit 2bd5bc2d71.
2019-12-23 20:31:32 +01:00
Regis Philibert 2bd5bc2d71 Add shortcodes to note comparing with markdownify 2019-12-23 19:53:40 +01:00
Bjørn Erik Pedersen 16801db3b5 Add render template hooks for links and images
This commit also

* revises the change detection for templates used by content files in server mode.
* Adds a Page.RenderString method

Fixes #6545
Fixes #4663
Closes #6043
2019-12-18 11:44:40 +01:00