question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

V1 - Bullet Points and Numbers in lists not showing

See original GitHub issue

I’ve got a list in my .md file, but it won’t show up with the icons.

Here’s my code:

<zero-md class="pageMD" id="pageMD" src="./src/introduction.md" no-shadow></zero-md>
- Please correctly format your issues and pull requests
- Please follow the guidelines in the Contribution Plan
- Never commit directly to the Main branch. Open a new branch for commits
- Please name your branch according to the following specification `YOURUSERNAME/BRANCH-AIM`. E.G: `IzMichael/Add-ContactForm-Component`
- Please use 4 spaces for indentation

And it outputs this: image

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
IzMichaelcommented, Nov 3, 2020

Yep, works! Thanks for the help, and I love Zero-MD!

0reactions
zerodevxcommented, Nov 2, 2020

Hi, sorry for the late reply - V2 is just released and should work as expected. Your HTML:

<head>
  <!-- Load V2 -->
  <script type="module" src="https://cdn.jsdelivr.net/gh/zerodevx/zero-md@2/dist/zero-md.min.js"></script>
</head>
<body>
  ...
  <zero-md class="pageMD" id="pageMD" src="./src/introduction.md"></zero-md>
</body>

For your JS, remove the last 2 lines in your handle() function:

function handle(source) {
    // Gets the new src
    var fullSrc = "./src/" + source + ".md";
    var pageMD = document.getElementById("pageMD");
    // Sets the src
    pageMD.setAttribute("src", fullSrc);
}
...
Read more comments on GitHub >

github_iconTop Results From Across the Web

Bullet points not showing and new bullet lists start in the ...
I'm using a Microsoft 365 suite (not sure if that means Word 2019) and when I want to start a new bulleted list...
Read more >
List numbers/bullets get skipped when a list item begins with a ...
85: all numbers were shown correctly on the list with quotation/code block. Unfortunately, I have no clue what's the cause, or who fixed...
Read more >
number and bullet lists not supported in expand macro in v2 ...
With the v1 pages, I was able to put number/bullet lists inside the expand macro. I'm not able to do this with a...
Read more >
Format lists in Numbers on Mac - Apple Support
In Numbers on your Mac, create a list automatically as you type, then format the list with bullets, letters, or numbers, and adjust...
Read more >
[Bug] Numbered list changes to unordered list in Reading View
[Bug] Footnotes change to bulleted lists in Reading view. Ordered List not displaying in view mode ... Obsidian version: v1.0.3
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found