Commit Graph

14 Commits

Author SHA1 Message Date
Joe Mooring bc3ec033c8 Front matter cleanup (#2039) 2023-04-01 08:29:16 -07:00
Joe Mooring f11cabf375 Add space after and before action delimiters 2023-03-27 15:05:07 -07:00
Joe Mooring f3fb791a4f Remove dated new-in flags (#1879)
This removes new-in flags older than v0.92.0, which was released at the
beginning of 2022.

Closes #1877
2022-11-10 21:33:45 -08:00
Christian Oliff b6cb5ae483 Markdown linting fixes (#1846) 2022-10-20 01:06:32 +09:00
Tanya Bouman 0b0e890d1f Update markdownify and RenderString documentation (#1818)
These updates are from https://github.com/gohugoio/hugo/issues/9538
2022-09-16 16:53:11 +02:00
Joe Mooring e0838e574e Update RenderString.md
With https://github.com/gohugoio/hugo/pull/9948 the .RenderString method now renders shortcodes.
2022-07-21 08:35:36 -07:00
Joe Mooring 6f0ba95935 Remove godocref from front matter (#1543)
These references haven't been visible for years.

Related to:
- https://github.com/gohugoio/gohugoioTheme/issues/24
- https://github.com/gohugoio/gohugoioTheme/pull/216
2021-10-13 19:03:25 -07:00
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