kramdown Questions

6

Solved

I'm using Jekyll on Github, and I wonder whether there's a way to link to a section within a page. Say I have a section like ## Section 1 ## section content and later in the same page I want to...
Bravura asked 26/4, 2017 at 7:19

4

Solved

I'm using kramdown with Jekyll on GitHub Pages. I have a piece of markdown that I want to use twice, and don't want to maintain two versions of it. How can I include this in other markdown files? ...
Melli asked 31/1, 2017 at 20:11

2

Solved

In Markdown, you add an image as ![myimg](link) Now, I can easily change the size and placement of said image using attributes as ![myimg](link){: height="75px" width="300px" align="left"} H...
Via asked 6/1, 2017 at 21:24

3

I am using markdown to create posts for a Jekyll blog with the Jekyll-Now theme, hosted on GitHub Pages. I am highlighting code using fenced code blocks (with three back ticks) and when posted, the...
Muzzle asked 22/3, 2019 at 21:40

1

Solved

My goal is to be able to display something like this: I want to background highlight a piece of code inside a code block that already has syntax highlighting. I want to do this on a markdown fil...
Pilau asked 13/11, 2019 at 0:26

5

Solved

I'm using Jekyll to create a documentation site wherein I am trying to document some code that contains handlebars-like syntax. For example {{foo}}. The problem is that Jekyll uses liquid tags and ...
Kingmaker asked 8/6, 2014 at 2:33

4

Solved

I'm building a website with Jekyll and Github-Page written in markdown. I want to make it easy to permalink to headers, the way most online documentation does. I want to get a URL with a hash when...
Kearse asked 7/11, 2016 at 15:54

3

Solved

I am using Jekyll (kramdown), and want to make some text align center. I found <span style=""> works for font color and size, but not work for text-align. How can I align some text. I hav...
Fencer asked 3/2, 2015 at 9:2

4

Solved

I am using Jekyll default kramdown. I have a table showed using surround text, etc. | Tables | Are | Cool | | ------------- |:-------------:| -----:| | col 3 is | right-aligned | $1600 | | col 2...
Gallnut asked 2/3, 2015 at 9:17

1

On the GitHub repo the README, the markdown inside the collapsible section renders as desired. But on GitHub Pages the markdown is not rendered, just literal. The _config.yml is essentially e...
Crumbly asked 23/10, 2018 at 8:40

2

Solved

I have tried the following syntax to make a Markdown list item on a GitHub page of mine a hyperlink: 1. [Caption]: https://example.com 2. Another list item Contrary to intuitive expectations i...
Jones asked 21/9, 2018 at 3:20

4

Solved

I understand that the target attribute of an <a> link cannot be specified by CSS. I would like to be able to generate external links in a Jekyll based markdown document with the following out...
Goldy asked 23/11, 2014 at 13:33

1

Solved

I use this <p align="justify"> Some plain texts will be aligned justify </p> It is really awesome when I just have plain text. However, if I would like to justify something like thi...
Mun asked 24/3, 2018 at 22:56

3

Solved

Jekyll 3.2.1 + kramdown. I have a theme that uses bootstrap css. Generated <table>s should be decorated with class="table" as bootstrap css requires. I have seen other suggestions to add {: ...
Alleviate asked 26/9, 2016 at 10:59

3

Solved

I want to introduce hash links to the headings of a page into the menu of a web page. The web page is generated with Jekyll and it's default layout looks as follows: <!DOCTYPE html> <html...
Demmer asked 22/12, 2014 at 22:37

2

Solved

I'm trying to use Kramdown's auto "Table of Contents" generator on a page (not a post) on my Jekyll site. _includes/toc.html <nav> <h4>Table of Contents</h4> {:toc} </nav&g...
Flam asked 17/7, 2016 at 3:26

1

Solved

Here's the final output of what I'd like to have: <article itemscope itemtype="http://schema.org/BlogPosting"> <header> <h1>Jekyll Table of Contents with Kramdown </h1> ...
Revel asked 29/8, 2017 at 5:30

2

Solved

I'm using Jekyll with Kramdown on Github. The title of my blog, which I put in _config.yml, appears in the header of the page but also twice in the footer. I would like to suppress the two appearan...
Innards asked 28/4, 2017 at 1:54

2

Solved

Per the Kramdown docs, setting the option parse_block_html should allow for processing of markdown (Kramdown) syntax inside html blocks. In my _config.yml, I have the settings as: --- name: Blog ...
Tights asked 10/3, 2014 at 2:39

2

Solved

I have this markdown code in a Markdown file. It has inline HTML. --- layout: page title: About This Website permalink: /about/ --- This website is built with <i class="fa fa-heart" style="co...
Wingfooted asked 4/2, 2016 at 5:29

5

I am struggling with trying to set up my first jekyll blog. I am trying to run jekyll server, but upon typing it into the terminal I get the error message: You are missing a library required for ...
Geraud asked 14/7, 2015 at 21:11

2

Solved

I have a Jekyll website, with Posts written in Markdown using the Kramdown parser. I would like to add some raw HTML within the post. However when I try to add the HTML, it parses it as markdown (...
Cyndy asked 14/5, 2015 at 9:12

1

Solved

How do I turn off smart quotes and apostrophes in Jekyll? It is breaking my gulp spellcheck process. I want words like doesn't to stay with a single straight quote. Instead Jekyll is converting th...
Largescale asked 31/8, 2014 at 22:14

2

Can I turn off code blocks in Jekyll? It would make my .md files more readable. I have this problem for inline HTML and also for includes. I use Jekyll to create websites and never want code bloc...
Roncesvalles asked 2/7, 2014 at 1:34

1

Solved

I have a Jekyll site that uses kramdown for markdown. In _config.yml I have the following setting that ensures that only <h2> and <h3> elements show up in the automatically generated ta...
Hidie asked 2/1, 2014 at 19:48

© 2022 - 2025 — McMap. All rights reserved.